#12B91A

Color #12B91A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #12B91A

Tints of Dark Pastel Green #12B91A

Color information

#12B91A (or 0x12B91A) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B9 and 1A. RGB value is (18,185,26). Sum of RGB (Red+Green+Blue) = 18+185+26=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 185 (72.66% from 255 or 80.79% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 185 - color contains mainly: green. Hex color #12B91A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B91A is #ED46E5. Grayscale: #757575. Windows color (decimal): -15550182 or 1751314. OLE color: 1751314.

HSL color Cylindrical-coordinate representation of color #12B91A: hue angle of 122.87º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B91A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1818526-
CMYK0.9000.860.27
HSL122.87º82.27%39.8%-
HSV(B)122.87º90.27%72.55%-
XYZ17.7834.96.78-
YUV116.9476.6757.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 185 (72.66% from 255) = 80.79%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=7.86%
G=80.79%
B=11.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18185260.9000.860.27122.8782.2739.8
Hex12B91A5A0561B7b5228
Octal222713213201263317312250
Binary1001010111001110101011010010101101101111110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12B91A; }

 p { color: rgb(18,185,26); }

 H1.HeaderClassName
 {
   color: #12B91A;
 }
 .AnyTagClassName
 {
   color: #12B91A;
 }
</style>
background-color css

<style>
 a { background-color: #12B91A; }

 a { background-color: rgb(18,185,26); }

 div.DivClassName
 {
   background-color: #12B91A;
 }
 .BgClassName
 {
   background-color: #12B91A;
 }
</style>
border-color css

<style>
 span { border-color: #12B91A; }

 span { border-color: rgb(18,185,26); }

 td.TdClassName
 {
   border-color: #12B91A;
 }
 .TagClassName
 {
   border-color: #12B91A;
 }
</style>