Html Css Color HEX #00CC6F Jade

📋 copy color: '#00CC6F'

red 0 ◦ green 204 ◦ blue 111

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

Shades of Jade #00CC6F

Tints of Jade #00CC6F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 204 (80.08% from 255) = 64.76%

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 0%
G = 64.76%
B = 35.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#00CC6F (or 0x00CC6F) is known color: Jade. HEX triplet: 00, CC and 6F. RGB value is (0,204,111). Sum of RGB (Red+Green+Blue) = 0+204+111=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #00CC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CC6F is #FF3390. Grayscale: #848484. Windows color (decimal): -16724881 or 7326720. OLE color: 7326720.

HSL color Cylindrical-coordinate representation of color #00CC6F: hue angle of 152.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CC6F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 204 111 -
CMYK 1 0 0.46 0.2
HSL 152.65º 1% 0.4% -
HSV(B) 152.65º 1% 0.8% -
XYZ 24.46 44.33 22.31 -
YUV 132.4 115.91 33.56 -
System Red Green Blue C M Y K H S L
Decimal 0 204 111 1 0 0.46 0.2 152.65 1 0.4
Hex 0 CC 6F 64 0 2E 14 99 64 28
Octal 0 314 157 144 0 56 24 231 144 50
Binary 0 11001100 1101111 1100100 0 101110 10100 10011001 1100100 101000

Color Harmonies of #00CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CC6F

Black with #00CC6F

Text Example


Text Example

White with #00CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CC6F; }

 p { color: rgb(0,204,111); }

 H1.HeaderClassName
 {
   color: #00CC6F;
 }
 .AnyTagClassName
 {
   color: #00CC6F;
 }
</style>

background-color css

<style>
 a { background-color: #00CC6F; }

 a { background-color: rgb(0,204,111); }

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

border-color css

<style>
 span { border-color: #00CC6F; }

 span { border-color: rgb(0,204,111); }

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