Html Css Color HEX #12A72F Dark Pastel Green

📋 copy color: '#12A72F'

red 18 ◦ green 167 ◦ blue 47

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

Shades of Dark Pastel Green #12A72F

Tints of Dark Pastel Green #12A72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 71.98%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 7.76%
G = 71.98%
B = 20.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#12A72F (or 0x12A72F) is known color: Dark Pastel Green. HEX triplet: 12, A7 and 2F. RGB value is (18,167,47). Sum of RGB (Red+Green+Blue) = 18+167+47=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 167 (65.62% from 255 or 71.98% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 167 - color contains mainly: green. Hex color #12A72F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A72F is #ED58D0. Grayscale: #6D6D6D. Windows color (decimal): -15554769 or 3122962. OLE color: 3122962.

HSL color Cylindrical-coordinate representation of color #12A72F: hue angle of 131.68º degrees, saturation: 0.81, 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 #12A72F is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 167 47 -
CMYK 0.89 0 0.72 0.35
HSL 131.68º 0.81% 0.36% -
HSV(B) 131.68º 0.89% 0.65% -
XYZ 14.58 27.97 7.32 -
YUV 108.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 18 167 47 0.89 0 0.72 0.35 131.68 0.81 0.36
Hex 12 A7 2F 59 0 48 23 84 51 24
Octal 22 247 57 131 0 110 43 204 121 44
Binary 10010 10100111 101111 1011001 0 1001000 100011 10000100 1010001 100100

Color Harmonies of #12A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A72F

Black with #12A72F

Text Example


Text Example

White with #12A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,167,47); }

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

background-color css

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

 a { background-color: rgb(18,167,47); }

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

border-color css

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

 span { border-color: rgb(18,167,47); }

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