Html Css Color HEX #12A43B Dark Pastel Green

📋 copy color: '#12A43B'

red 18 ◦ green 164 ◦ blue 59

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

Shades of Dark Pastel Green #12A43B

Tints of Dark Pastel Green #12A43B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 68.05%

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

R = 7.47%
G = 68.05%
B = 24.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#12A43B (or 0x12A43B) is known color: Dark Pastel Green. HEX triplet: 12, A4 and 3B. RGB value is (18,164,59). Sum of RGB (Red+Green+Blue) = 18+164+59=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 164 (64.45% from 255 or 68.05% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 164 - color contains mainly: green. Hex color #12A43B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A43B is #ED5BC4. Grayscale: #6C6C6C. Windows color (decimal): -15555525 or 3908626. OLE color: 3908626.

HSL color Cylindrical-coordinate representation of color #12A43B: hue angle of 136.85º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A43B is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 164 59 -
CMYK 0.89 0 0.64 0.36
HSL 136.85º 0.8% 0.36% -
HSV(B) 136.85º 0.89% 0.64% -
XYZ 14.31 27 8.59 -
YUV 108.38 100.13 63.54 -
System Red Green Blue C M Y K H S L
Decimal 18 164 59 0.89 0 0.64 0.36 136.85 0.8 0.36
Hex 12 A4 3B 59 0 40 24 89 50 24
Octal 22 244 73 131 0 100 44 211 120 44
Binary 10010 10100100 111011 1011001 0 1000000 100100 10001001 1010000 100100

Color Harmonies of #12A43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A43B

Black with #12A43B

Text Example


Text Example

White with #12A43B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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