Html Css Color HEX #1CAF74 Mountain Meadow

📋 copy color: '#1CAF74'

red 28 ◦ green 175 ◦ blue 116

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

Shades of Mountain Meadow #1CAF74

Tints of Mountain Meadow #1CAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 8.78%
G = 54.86%
B = 36.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#1CAF74 (or 0x1CAF74) is known color: Mountain Meadow. HEX triplet: 1C, AF and 74. RGB value is (28,175,116). Sum of RGB (Red+Green+Blue) = 28+175+116=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF74 is #E3508B. Grayscale: #7C7C7C. Windows color (decimal): -14897292 or 7647004. OLE color: 7647004.

HSL color Cylindrical-coordinate representation of color #1CAF74: hue angle of 155.92º 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 #1CAF74 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 116 -
CMYK 0.84 0 0.34 0.31
HSL 155.92º 0.72% 0.4% -
HSV(B) 155.92º 0.84% 0.69% -
XYZ 18.96 32.17 21.73 -
YUV 124.32 123.3 59.3 -
System Red Green Blue C M Y K H S L
Decimal 28 175 116 0.84 0 0.34 0.31 155.92 0.72 0.4
Hex 1C AF 74 54 0 22 1F 9C 48 28
Octal 34 257 164 124 0 42 37 234 110 50
Binary 11100 10101111 1110100 1010100 0 100010 11111 10011100 1001000 101000

Color Harmonies of #1CAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF74

Black with #1CAF74

Text Example


Text Example

White with #1CAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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