Html Css Color HEX #1CA35E Eucalyptus

📋 copy color: '#1CA35E'

red 28 ◦ green 163 ◦ blue 94

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

Shades of Eucalyptus #1CA35E

Tints of Eucalyptus #1CA35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.19%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 9.82%
G = 57.19%
B = 32.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#1CA35E (or 0x1CA35E) is known color: Eucalyptus. HEX triplet: 1C, A3 and 5E. RGB value is (28,163,94). Sum of RGB (Red+Green+Blue) = 28+163+94=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA35E is #E35CA1. Grayscale: #727272. Windows color (decimal): -14900386 or 6202140. OLE color: 6202140.

HSL color Cylindrical-coordinate representation of color #1CA35E: hue angle of 149.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA35E is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 94 -
CMYK 0.83 0 0.42 0.36
HSL 149.33º 0.71% 0.37% -
HSV(B) 149.33º 0.83% 0.64% -
XYZ 15.6 27.25 15.03 -
YUV 114.77 116.27 66.11 -
System Red Green Blue C M Y K H S L
Decimal 28 163 94 0.83 0 0.42 0.36 149.33 0.71 0.37
Hex 1C A3 5E 53 0 2A 24 95 47 25
Octal 34 243 136 123 0 52 44 225 107 45
Binary 11100 10100011 1011110 1010011 0 101010 100100 10010101 1000111 100101

Color Harmonies of #1CA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA35E

Black with #1CA35E

Text Example


Text Example

White with #1CA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,94); }

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

background-color css

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

 a { background-color: rgb(28,163,94); }

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

border-color css

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

 span { border-color: rgb(28,163,94); }

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