Html Css Color HEX #1CA155 Eucalyptus

📋 copy color: '#1CA155'

red 28 ◦ green 161 ◦ blue 85

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

Shades of Eucalyptus #1CA155

Tints of Eucalyptus #1CA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.76%

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 10.22%
G = 58.76%
B = 31.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#1CA155 (or 0x1CA155) is known color: Eucalyptus. HEX triplet: 1C, A1 and 55. RGB value is (28,161,85). Sum of RGB (Red+Green+Blue) = 28+161+85=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA155 is #E35EAA. Grayscale: #707070. Windows color (decimal): -14900907 or 5611804. OLE color: 5611804.

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

Color convert

RGB 28 161 85 -
CMYK 0.83 0 0.47 0.37
HSL 145.71º 0.7% 0.37% -
HSV(B) 145.71º 0.83% 0.63% -
XYZ 14.86 26.39 12.91 -
YUV 112.57 112.44 67.68 -
System Red Green Blue C M Y K H S L
Decimal 28 161 85 0.83 0 0.47 0.37 145.71 0.7 0.37
Hex 1C A1 55 53 0 2F 25 92 46 25
Octal 34 241 125 123 0 57 45 222 106 45
Binary 11100 10100001 1010101 1010011 0 101111 100101 10010010 1000110 100101

Color Harmonies of #1CA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA155

Black with #1CA155

Text Example


Text Example

White with #1CA155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,161,85); }

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

background-color css

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

 a { background-color: rgb(28,161,85); }

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

border-color css

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

 span { border-color: rgb(28,161,85); }

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