Html Css Color HEX #00C075 Jade

📋 copy color: '#00C075'

red 0 ◦ green 192 ◦ blue 117

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

Shades of Jade #00C075

Tints of Jade #00C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.14%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 0%
G = 62.14%
B = 37.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#00C075 (or 0x00C075) is known color: Jade. HEX triplet: 00, C0 and 75. RGB value is (0,192,117). Sum of RGB (Red+Green+Blue) = 0+192+117=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #00C075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C075 is #FF3F8A. Grayscale: #7E7E7E. Windows color (decimal): -16727947 or 7716864. OLE color: 7716864.

HSL color Cylindrical-coordinate representation of color #00C075: hue angle of 156.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C075 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 192 117 -
CMYK 1 0 0.39 0.25
HSL 156.56º 1% 0.38% -
HSV(B) 156.56º 1% 0.75% -
XYZ 22.06 38.98 23.19 -
YUV 126.04 122.89 38.1 -
System Red Green Blue C M Y K H S L
Decimal 0 192 117 1 0 0.39 0.25 156.56 1 0.38
Hex 0 C0 75 64 0 27 19 9D 64 26
Octal 0 300 165 144 0 47 31 235 144 46
Binary 0 11000000 1110101 1100100 0 100111 11001 10011101 1100100 100110

Color Harmonies of #00C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C075

Black with #00C075

Text Example


Text Example

White with #00C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,192,117); }

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

background-color css

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

 a { background-color: rgb(0,192,117); }

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

border-color css

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

 span { border-color: rgb(0,192,117); }

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