Html Css Color HEX #12AF29 Dark Pastel Green

📋 copy color: '#12AF29'

red 18 ◦ green 175 ◦ blue 41

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

Shades of Dark Pastel Green #12AF29

Tints of Dark Pastel Green #12AF29

RGB

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

 GREEN value IS 175 (68.75% from 255) = 74.79%

 BLUE value IS 41 (16.41% from 255) = 17.52%

R = 7.69%
G = 74.79%
B = 17.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#12AF29 (or 0x12AF29) is known color: Dark Pastel Green. HEX triplet: 12, AF and 29. RGB value is (18,175,41). Sum of RGB (Red+Green+Blue) = 18+175+41=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF29 is #ED50D6. Grayscale: #717171. Windows color (decimal): -15552727 or 2731794. OLE color: 2731794.

HSL color Cylindrical-coordinate representation of color #12AF29: hue angle of 128.79º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF29 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 41 -
CMYK 0.90 0 0.77 0.31
HSL 128.79º 0.81% 0.38% -
HSV(B) 128.79º 0.9% 0.69% -
XYZ 15.98 30.95 7.23 -
YUV 112.78 87.49 60.4 -
System Red Green Blue C M Y K H S L
Decimal 18 175 41 0.90 0 0.77 0.31 128.79 0.81 0.38
Hex 12 AF 29 5A 0 4D 1F 81 51 26
Octal 22 257 51 132 0 115 37 201 121 46
Binary 10010 10101111 101001 1011010 0 1001101 11111 10000001 1010001 100110

Color Harmonies of #12AF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF29

Black with #12AF29

Text Example


Text Example

White with #12AF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,41); }

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

background-color css

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

 a { background-color: rgb(18,175,41); }

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

border-color css

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

 span { border-color: rgb(18,175,41); }

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