Html Css Color HEX #1C9074 Elf Green

📋 copy color: '#1C9074'

red 28 ◦ green 144 ◦ blue 116

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

Shades of Elf Green #1C9074

Tints of Elf Green #1C9074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

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

R = 9.72%
G = 50%
B = 40.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#1C9074 (or 0x1C9074) is known color: Elf Green. HEX triplet: 1C, 90 and 74. RGB value is (28,144,116). Sum of RGB (Red+Green+Blue) = 28+144+116=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #1C9074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9074 is #E36F8B. Grayscale: #6A6A6A. Windows color (decimal): -14905228 or 7639068. OLE color: 7639068.

HSL color Cylindrical-coordinate representation of color #1C9074: hue angle of 165.52º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9074 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 144 116 -
CMYK 0.81 0 0.19 0.44
HSL 165.52º 0.67% 0.34% -
HSV(B) 165.52º 0.81% 0.56% -
XYZ 13.6 21.45 19.95 -
YUV 106.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 28 144 116 0.81 0 0.19 0.44 165.52 0.67 0.34
Hex 1C 90 74 51 0 13 2C A6 43 22
Octal 34 220 164 121 0 23 54 246 103 42
Binary 11100 10010000 1110100 1010001 0 10011 101100 10100110 1000011 100010

Color Harmonies of #1C9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9074

Black with #1C9074

Text Example


Text Example

White with #1C9074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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