Html Css Color HEX #12A635 Dark Pastel Green

📋 copy color: '#12A635'

red 18 ◦ green 166 ◦ blue 53

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

Shades of Dark Pastel Green #12A635

Tints of Dark Pastel Green #12A635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 70.04%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 7.59%
G = 70.04%
B = 22.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#12A635 (or 0x12A635) is known color: Dark Pastel Green. HEX triplet: 12, A6 and 35. RGB value is (18,166,53). Sum of RGB (Red+Green+Blue) = 18+166+53=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 166 (65.23% from 255 or 70.04% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 166 - color contains mainly: green. Hex color #12A635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A635 is #ED59CA. Grayscale: #6D6D6D. Windows color (decimal): -15555019 or 3515922. OLE color: 3515922.

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

Color convert

RGB 18 166 53 -
CMYK 0.89 0 0.68 0.35
HSL 134.19º 0.8% 0.36% -
HSV(B) 134.19º 0.89% 0.65% -
XYZ 14.53 27.66 7.94 -
YUV 108.87 96.47 63.19 -
System Red Green Blue C M Y K H S L
Decimal 18 166 53 0.89 0 0.68 0.35 134.19 0.8 0.36
Hex 12 A6 35 59 0 44 23 86 50 24
Octal 22 246 65 131 0 104 43 206 120 44
Binary 10010 10100110 110101 1011001 0 1000100 100011 10000110 1010000 100100

Color Harmonies of #12A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A635

Black with #12A635

Text Example


Text Example

White with #12A635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,166,53); }

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

background-color css

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

 a { background-color: rgb(18,166,53); }

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

border-color css

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

 span { border-color: rgb(18,166,53); }

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