Html Css Color HEX #1CA06A Elf Green

📋 copy color: '#1CA06A'

red 28 ◦ green 160 ◦ blue 106

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

Shades of Elf Green #1CA06A

Tints of Elf Green #1CA06A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.42%

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 9.52%
G = 54.42%
B = 36.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#1CA06A (or 0x1CA06A) is known color: Elf Green. HEX triplet: 1C, A0 and 6A. RGB value is (28,160,106). Sum of RGB (Red+Green+Blue) = 28+160+106=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA06A is #E35F95. Grayscale: #727272. Windows color (decimal): -14901142 or 6987804. OLE color: 6987804.

HSL color Cylindrical-coordinate representation of color #1CA06A: hue angle of 155.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA06A is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 160 106 -
CMYK 0.82 0 0.34 0.37
HSL 155.45º 0.7% 0.37% -
HSV(B) 155.45º 0.83% 0.63% -
XYZ 15.65 26.43 17.91 -
YUV 114.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 28 160 106 0.82 0 0.34 0.37 155.45 0.7 0.37
Hex 1C A0 6A 52 0 22 25 9B 46 25
Octal 34 240 152 122 0 42 45 233 106 45
Binary 11100 10100000 1101010 1010010 0 100010 100101 10011011 1000110 100101

Color Harmonies of #1CA06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA06A

Black with #1CA06A

Text Example


Text Example

White with #1CA06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,160,106); }

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

background-color css

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

 a { background-color: rgb(28,160,106); }

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

border-color css

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

 span { border-color: rgb(28,160,106); }

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