Html Css Color HEX #12AB3B Dark Pastel Green

📋 copy color: '#12AB3B'

red 18 ◦ green 171 ◦ blue 59

#12AB3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #12AB3B

Tints of Dark Pastel Green #12AB3B

RGB

 RED value IS 18 (7.42% from 255) = 7.26%

 GREEN value IS 171 (67.19% from 255) = 68.95%

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 7.26%
G = 68.95%
B = 23.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#12AB3B (or 0x12AB3B) is known color: Dark Pastel Green. HEX triplet: 12, AB and 3B. RGB value is (18,171,59). Sum of RGB (Red+Green+Blue) = 18+171+59=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB3B is #ED54C4. Grayscale: #707070. Windows color (decimal): -15553733 or 3910418. OLE color: 3910418.

HSL color Cylindrical-coordinate representation of color #12AB3B: hue angle of 136.08º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB3B is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 59 -
CMYK 0.89 0 0.65 0.33
HSL 136.08º 0.81% 0.37% -
HSV(B) 136.08º 0.89% 0.67% -
XYZ 15.6 29.57 9.02 -
YUV 112.49 97.81 60.61 -
System Red Green Blue C M Y K H S L
Decimal 18 171 59 0.89 0 0.65 0.33 136.08 0.81 0.37
Hex 12 AB 3B 59 0 41 21 88 51 25
Octal 22 253 73 131 0 101 41 210 121 45
Binary 10010 10101011 111011 1011001 0 1000001 100001 10001000 1010001 100101

Color Harmonies of #12AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB3B

Black with #12AB3B

Text Example


Text Example

White with #12AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,59); }

 H1.HeaderClassName
 {
   color: #12AB3B;
 }
 .AnyTagClassName
 {
   color: #12AB3B;
 }
</style>

background-color css

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

 a { background-color: rgb(18,171,59); }

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

border-color css

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

 span { border-color: rgb(18,171,59); }

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