Html Css Color HEX #00B479 Jade

📋 copy color: '#00B479'

red 0 ◦ green 180 ◦ blue 121

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

Shades of Jade #00B479

Tints of Jade #00B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.8%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 0%
G = 59.8%
B = 40.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#00B479 (or 0x00B479) is known color: Jade. HEX triplet: 00, B4 and 79. RGB value is (0,180,121). Sum of RGB (Red+Green+Blue) = 0+180+121=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #00B479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B479 is #FF4B86. Grayscale: #777777. Windows color (decimal): -16731015 or 7975936. OLE color: 7975936.

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

Color convert

RGB 0 180 121 -
CMYK 1 0 0.33 0.29
HSL 160.33º 1% 0.35% -
HSV(B) 160.33º 1% 0.71% -
XYZ 19.77 34.02 23.61 -
YUV 119.45 128.87 42.8 -
System Red Green Blue C M Y K H S L
Decimal 0 180 121 1 0 0.33 0.29 160.33 1 0.35
Hex 0 B4 79 64 0 21 1D A0 64 23
Octal 0 264 171 144 0 41 35 240 144 43
Binary 0 10110100 1111001 1100100 0 100001 11101 10100000 1100100 100011

Color Harmonies of #00B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B479

Black with #00B479

Text Example


Text Example

White with #00B479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,180,121); }

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

background-color css

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

 a { background-color: rgb(0,180,121); }

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

border-color css

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

 span { border-color: rgb(0,180,121); }

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