Html Css Color HEX #1CAF72 Mountain Meadow

📋 copy color: '#1CAF72'

red 28 ◦ green 175 ◦ blue 114

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

Shades of Mountain Meadow #1CAF72

Tints of Mountain Meadow #1CAF72

RGB

 RED value IS 28 (11.33% from 255) = 8.83%

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

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 8.83%
G = 55.21%
B = 35.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#1CAF72 (or 0x1CAF72) is known color: Mountain Meadow. HEX triplet: 1C, AF and 72. RGB value is (28,175,114). Sum of RGB (Red+Green+Blue) = 28+175+114=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF72 is #E3508D. Grayscale: #7C7C7C. Windows color (decimal): -14897294 or 7515932. OLE color: 7515932.

HSL color Cylindrical-coordinate representation of color #1CAF72: hue angle of 155.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF72 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 114 -
CMYK 0.84 0 0.35 0.31
HSL 155.1º 0.72% 0.4% -
HSV(B) 155.1º 0.84% 0.69% -
XYZ 18.85 32.12 21.13 -
YUV 124.09 122.3 59.46 -
System Red Green Blue C M Y K H S L
Decimal 28 175 114 0.84 0 0.35 0.31 155.1 0.72 0.4
Hex 1C AF 72 54 0 23 1F 9B 48 28
Octal 34 257 162 124 0 43 37 233 110 50
Binary 11100 10101111 1110010 1010100 0 100011 11111 10011011 1001000 101000

Color Harmonies of #1CAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF72

Black with #1CAF72

Text Example


Text Example

White with #1CAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CAF72; }

 p { color: rgb(28,175,114); }

 H1.HeaderClassName
 {
   color: #1CAF72;
 }
 .AnyTagClassName
 {
   color: #1CAF72;
 }
</style>

background-color css

<style>
 a { background-color: #1CAF72; }

 a { background-color: rgb(28,175,114); }

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

border-color css

<style>
 span { border-color: #1CAF72; }

 span { border-color: rgb(28,175,114); }

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