Html Css Color HEX #00B35F Jade

📋 copy color: '#00B35F'

red 0 ◦ green 179 ◦ blue 95

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

Shades of Jade #00B35F

Tints of Jade #00B35F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.33%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 0%
G = 65.33%
B = 34.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#00B35F (or 0x00B35F) is known color: Jade. HEX triplet: 00, B3 and 5F. RGB value is (0,179,95). Sum of RGB (Red+Green+Blue) = 0+179+95=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #00B35F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B35F is #FF4CA0. Grayscale: #747474. Windows color (decimal): -16731297 or 6271744. OLE color: 6271744.

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

Color convert

RGB 0 179 95 -
CMYK 1 0 0.47 0.30
HSL 151.84º 1% 0.35% -
HSV(B) 151.84º 1% 0.7% -
XYZ 18.19 33.07 16.25 -
YUV 115.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 0 179 95 1 0 0.47 0.30 151.84 1 0.35
Hex 0 B3 5F 64 0 2F 1E 98 64 23
Octal 0 263 137 144 0 57 36 230 144 43
Binary 0 10110011 1011111 1100100 0 101111 11110 10011000 1100100 100011

Color Harmonies of #00B35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B35F

Black with #00B35F

Text Example


Text Example

White with #00B35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,179,95); }

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

background-color css

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

 a { background-color: rgb(0,179,95); }

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

border-color css

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

 span { border-color: rgb(0,179,95); }

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