Html Css Color HEX #1CA868 Jade

📋 copy color: '#1CA868'

red 28 ◦ green 168 ◦ blue 104

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

Shades of Jade #1CA868

Tints of Jade #1CA868

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56%

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

R = 9.33%
G = 56%
B = 34.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#1CA868 (or 0x1CA868) is known color: Jade. HEX triplet: 1C, A8 and 68. RGB value is (28,168,104). Sum of RGB (Red+Green+Blue) = 28+168+104=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA868 is #E35797. Grayscale: #767676. Windows color (decimal): -14899096 or 6858780. OLE color: 6858780.

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

Color convert

RGB 28 168 104 -
CMYK 0.83 0 0.38 0.34
HSL 152.57º 0.71% 0.38% -
HSV(B) 152.57º 0.83% 0.66% -
XYZ 16.98 29.25 17.85 -
YUV 118.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 28 168 104 0.83 0 0.38 0.34 152.57 0.71 0.38
Hex 1C A8 68 53 0 26 22 99 47 26
Octal 34 250 150 123 0 46 42 231 107 46
Binary 11100 10101000 1101000 1010011 0 100110 100010 10011001 1000111 100110

Color Harmonies of #1CA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA868

Black with #1CA868

Text Example


Text Example

White with #1CA868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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