Html Css Color HEX #1CA76D Jade

📋 copy color: '#1CA76D'

red 28 ◦ green 167 ◦ blue 109

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

Shades of Jade #1CA76D

Tints of Jade #1CA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.93%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 9.21%
G = 54.93%
B = 35.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#1CA76D (or 0x1CA76D) is known color: Jade. HEX triplet: 1C, A7 and 6D. RGB value is (28,167,109). Sum of RGB (Red+Green+Blue) = 28+167+109=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA76D is #E35892. Grayscale: #767676. Windows color (decimal): -14899347 or 7186204. OLE color: 7186204.

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

Color convert

RGB 28 167 109 -
CMYK 0.83 0 0.35 0.35
HSL 154.96º 0.71% 0.38% -
HSV(B) 154.96º 0.83% 0.65% -
XYZ 17.06 28.99 19.16 -
YUV 118.83 122.45 63.22 -
System Red Green Blue C M Y K H S L
Decimal 28 167 109 0.83 0 0.35 0.35 154.96 0.71 0.38
Hex 1C A7 6D 53 0 23 23 9B 47 26
Octal 34 247 155 123 0 43 43 233 107 46
Binary 11100 10100111 1101101 1010011 0 100011 100011 10011011 1000111 100110

Color Harmonies of #1CA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA76D

Black with #1CA76D

Text Example


Text Example

White with #1CA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,167,109); }

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

background-color css

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

 a { background-color: rgb(28,167,109); }

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

border-color css

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

 span { border-color: rgb(28,167,109); }

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