Html Css Color HEX #00BA5F Jade

📋 copy color: '#00BA5F'

red 0 ◦ green 186 ◦ blue 95

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

Shades of Jade #00BA5F

Tints of Jade #00BA5F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.19%

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

R = 0%
G = 66.19%
B = 33.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#00BA5F (or 0x00BA5F) is known color: Jade. HEX triplet: 00, BA and 5F. RGB value is (0,186,95). Sum of RGB (Red+Green+Blue) = 0+186+95=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BA5F is #FF45A0. Grayscale: #787878. Windows color (decimal): -16729505 or 6273536. OLE color: 6273536.

HSL color Cylindrical-coordinate representation of color #00BA5F: hue angle of 150.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA5F is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 186 95 -
CMYK 1 0 0.49 0.27
HSL 150.65º 1% 0.36% -
HSV(B) 150.65º 1% 0.73% -
XYZ 19.62 35.94 16.73 -
YUV 120.01 113.88 42.4 -
System Red Green Blue C M Y K H S L
Decimal 0 186 95 1 0 0.49 0.27 150.65 1 0.36
Hex 0 BA 5F 64 0 31 1B 97 64 24
Octal 0 272 137 144 0 61 33 227 144 44
Binary 0 10111010 1011111 1100100 0 110001 11011 10010111 1100100 100100

Color Harmonies of #00BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BA5F

Black with #00BA5F

Text Example


Text Example

White with #00BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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