Html Css Color HEX #1CAC68 Jade

📋 copy color: '#1CAC68'

red 28 ◦ green 172 ◦ blue 104

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

Shades of Jade #1CAC68

Tints of Jade #1CAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 9.21%
G = 56.58%
B = 34.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#1CAC68 (or 0x1CAC68) is known color: Jade. HEX triplet: 1C, AC and 68. RGB value is (28,172,104). Sum of RGB (Red+Green+Blue) = 28+172+104=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC68 is #E35397. Grayscale: #797979. Windows color (decimal): -14898072 or 6859804. OLE color: 6859804.

HSL color Cylindrical-coordinate representation of color #1CAC68: hue angle of 151.67º 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 #1CAC68 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 104 -
CMYK 0.84 0 0.40 0.33
HSL 151.67º 0.72% 0.39% -
HSV(B) 151.67º 0.84% 0.67% -
XYZ 17.73 30.75 18.1 -
YUV 121.19 118.29 61.53 -
System Red Green Blue C M Y K H S L
Decimal 28 172 104 0.84 0 0.40 0.33 151.67 0.72 0.39
Hex 1C AC 68 54 0 28 21 98 48 27
Octal 34 254 150 124 0 50 41 230 110 47
Binary 11100 10101100 1101000 1010100 0 101000 100001 10011000 1001000 100111

Color Harmonies of #1CAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC68

Black with #1CAC68

Text Example


Text Example

White with #1CAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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