Html Css Color HEX #06C26B Jade

📋 copy color: '#06C26B'

red 6 ◦ green 194 ◦ blue 107

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

Shades of Jade #06C26B

Tints of Jade #06C26B

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 1.95%
G = 63.19%
B = 34.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#06C26B (or 0x06C26B) is known color: Jade. HEX triplet: 06, C2 and 6B. RGB value is (6,194,107). Sum of RGB (Red+Green+Blue) = 6+194+107=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #06C26B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C26B is #F93D94. Grayscale: #808080. Windows color (decimal): -16334229 or 7062022. OLE color: 7062022.

HSL color Cylindrical-coordinate representation of color #06C26B: hue angle of 152.23º degrees, saturation: 0.94, 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 #06C26B is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 194 107 -
CMYK 0.97 0 0.45 0.24
HSL 152.23º 0.94% 0.39% -
HSV(B) 152.23º 0.97% 0.76% -
XYZ 22.02 39.68 20.41 -
YUV 127.87 116.22 41.07 -
System Red Green Blue C M Y K H S L
Decimal 6 194 107 0.97 0 0.45 0.24 152.23 0.94 0.39
Hex 6 C2 6B 61 0 2D 18 98 5E 27
Octal 6 302 153 141 0 55 30 230 136 47
Binary 110 11000010 1101011 1100001 0 101101 11000 10011000 1011110 100111

Color Harmonies of #06C26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C26B

Black with #06C26B

Text Example


Text Example

White with #06C26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C26B; }

 p { color: rgb(6,194,107); }

 H1.HeaderClassName
 {
   color: #06C26B;
 }
 .AnyTagClassName
 {
   color: #06C26B;
 }
</style>

background-color css

<style>
 a { background-color: #06C26B; }

 a { background-color: rgb(6,194,107); }

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

border-color css

<style>
 span { border-color: #06C26B; }

 span { border-color: rgb(6,194,107); }

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