Html Css Color HEX #1CAF90 Mountain Meadow

📋 copy color: '#1CAF90'

red 28 ◦ green 175 ◦ blue 144

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

Shades of Mountain Meadow #1CAF90

Tints of Mountain Meadow #1CAF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 8.07%
G = 50.43%
B = 41.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#1CAF90 (or 0x1CAF90) is known color: Mountain Meadow. HEX triplet: 1C, AF and 90. RGB value is (28,175,144). Sum of RGB (Red+Green+Blue) = 28+175+144=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF90 is #E3506F. Grayscale: #7F7F7F. Windows color (decimal): -14897264 or 9482012. OLE color: 9482012.

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

Color convert

RGB 28 175 144 -
CMYK 0.84 0 0.18 0.31
HSL 167.35º 0.72% 0.4% -
HSV(B) 167.35º 0.84% 0.69% -
XYZ 20.84 32.92 31.64 -
YUV 127.51 137.3 57.02 -
System Red Green Blue C M Y K H S L
Decimal 28 175 144 0.84 0 0.18 0.31 167.35 0.72 0.4
Hex 1C AF 90 54 0 12 1F A7 48 28
Octal 34 257 220 124 0 22 37 247 110 50
Binary 11100 10101111 10010000 1010100 0 10010 11111 10100111 1001000 101000

Color Harmonies of #1CAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF90

Black with #1CAF90

Text Example


Text Example

White with #1CAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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