Html Css Color HEX #05C26C Jade

📋 copy color: '#05C26C'

red 5 ◦ green 194 ◦ blue 108

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

Shades of Jade #05C26C

Tints of Jade #05C26C

RGB

 RED value IS 5 (2.34% from 255) = 1.63%

 GREEN value IS 194 (76.17% from 255) = 63.19%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 1.63%
G = 63.19%
B = 35.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#05C26C (or 0x05C26C) is known color: Jade. HEX triplet: 05, C2 and 6C. RGB value is (5,194,108). Sum of RGB (Red+Green+Blue) = 5+194+108=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #05C26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C26C is #FA3D93. Grayscale: #7F7F7F. Windows color (decimal): -16399764 or 7127557. OLE color: 7127557.

HSL color Cylindrical-coordinate representation of color #05C26C: hue angle of 152.7º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C26C is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 194 108 -
CMYK 0.97 0 0.44 0.24
HSL 152.7º 0.95% 0.39% -
HSV(B) 152.7º 0.97% 0.76% -
XYZ 22.06 39.7 20.69 -
YUV 127.69 116.88 40.49 -
System Red Green Blue C M Y K H S L
Decimal 5 194 108 0.97 0 0.44 0.24 152.7 0.95 0.39
Hex 5 C2 6C 61 0 2C 18 99 5F 27
Octal 5 302 154 141 0 54 30 231 137 47
Binary 101 11000010 1101100 1100001 0 101100 11000 10011001 1011111 100111

Color Harmonies of #05C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C26C

Black with #05C26C

Text Example


Text Example

White with #05C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C26C; }

 p { color: rgb(5,194,108); }

 H1.HeaderClassName
 {
   color: #05C26C;
 }
 .AnyTagClassName
 {
   color: #05C26C;
 }
</style>

background-color css

<style>
 a { background-color: #05C26C; }

 a { background-color: rgb(5,194,108); }

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

border-color css

<style>
 span { border-color: #05C26C; }

 span { border-color: rgb(5,194,108); }

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