Html Css Color HEX #1CA963 Eucalyptus

📋 copy color: '#1CA963'

red 28 ◦ green 169 ◦ blue 99

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

Shades of Eucalyptus #1CA963

Tints of Eucalyptus #1CA963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 57.09%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 9.46%
G = 57.09%
B = 33.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#1CA963 (or 0x1CA963) is known color: Eucalyptus. HEX triplet: 1C, A9 and 63. RGB value is (28,169,99). Sum of RGB (Red+Green+Blue) = 28+169+99=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA963 is #E3569C. Grayscale: #777777. Windows color (decimal): -14898845 or 6531356. OLE color: 6531356.

HSL color Cylindrical-coordinate representation of color #1CA963: hue angle of 150.21º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA963 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 169 99 -
CMYK 0.83 0 0.41 0.34
HSL 150.21º 0.72% 0.39% -
HSV(B) 150.21º 0.83% 0.66% -
XYZ 16.92 29.52 16.61 -
YUV 118.86 116.79 63.19 -
System Red Green Blue C M Y K H S L
Decimal 28 169 99 0.83 0 0.41 0.34 150.21 0.72 0.39
Hex 1C A9 63 53 0 29 22 96 48 27
Octal 34 251 143 123 0 51 42 226 110 47
Binary 11100 10101001 1100011 1010011 0 101001 100010 10010110 1001000 100111

Color Harmonies of #1CA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA963

Black with #1CA963

Text Example


Text Example

White with #1CA963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,99); }

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

background-color css

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

 a { background-color: rgb(28,169,99); }

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

border-color css

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

 span { border-color: rgb(28,169,99); }

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