Html Css Color HEX #1CAC65 Jade

📋 copy color: '#1CAC65'

red 28 ◦ green 172 ◦ blue 101

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

Shades of Jade #1CAC65

Tints of Jade #1CAC65

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.14%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 9.3%
G = 57.14%
B = 33.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#1CAC65 (or 0x1CAC65) is known color: Jade. HEX triplet: 1C, AC and 65. RGB value is (28,172,101). Sum of RGB (Red+Green+Blue) = 28+172+101=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC65 is #E3539A. Grayscale: #787878. Windows color (decimal): -14898075 or 6663196. OLE color: 6663196.

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

Color convert

RGB 28 172 101 -
CMYK 0.84 0 0.41 0.33
HSL 150.42º 0.72% 0.39% -
HSV(B) 150.42º 0.84% 0.67% -
XYZ 17.58 30.69 17.31 -
YUV 120.85 116.79 61.77 -
System Red Green Blue C M Y K H S L
Decimal 28 172 101 0.84 0 0.41 0.33 150.42 0.72 0.39
Hex 1C AC 65 54 0 29 21 96 48 27
Octal 34 254 145 124 0 51 41 226 110 47
Binary 11100 10101100 1100101 1010100 0 101001 100001 10010110 1001000 100111

Color Harmonies of #1CAC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC65

Black with #1CAC65

Text Example


Text Example

White with #1CAC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,101); }

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

background-color css

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

 a { background-color: rgb(28,172,101); }

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

border-color css

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

 span { border-color: rgb(28,172,101); }

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