Html Css Color HEX #00B060 Jade

📋 copy color: '#00B060'

red 0 ◦ green 176 ◦ blue 96

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

Shades of Jade #00B060

Tints of Jade #00B060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.71%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 0%
G = 64.71%
B = 35.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#00B060 (or 0x00B060) is known color: Jade. HEX triplet: 00, B0 and 60. RGB value is (0,176,96). Sum of RGB (Red+Green+Blue) = 0+176+96=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 176 (69.14% from 255 or 64.71% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 176 - color contains mainly: green. Hex color #00B060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B060 is #FF4F9F. Grayscale: #727272. Windows color (decimal): -16732064 or 6336512. OLE color: 6336512.

HSL color Cylindrical-coordinate representation of color #00B060: hue angle of 152.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B060 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 176 96 -
CMYK 1 0 0.45 0.31
HSL 152.73º 1% 0.35% -
HSV(B) 152.73º 1% 0.69% -
XYZ 17.64 31.9 16.29 -
YUV 114.26 117.69 46.5 -
System Red Green Blue C M Y K H S L
Decimal 0 176 96 1 0 0.45 0.31 152.73 1 0.35
Hex 0 B0 60 64 0 2D 1F 99 64 23
Octal 0 260 140 144 0 55 37 231 144 43
Binary 0 10110000 1100000 1100100 0 101101 11111 10011001 1100100 100011

Color Harmonies of #00B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B060

Black with #00B060

Text Example


Text Example

White with #00B060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,176,96); }

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

background-color css

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

 a { background-color: rgb(0,176,96); }

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

border-color css

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

 span { border-color: rgb(0,176,96); }

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