Html Css Color HEX #00BD6C Jade

📋 copy color: '#00BD6C'

red 0 ◦ green 189 ◦ blue 108

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

Shades of Jade #00BD6C

Tints of Jade #00BD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.64%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 0%
G = 63.64%
B = 36.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#00BD6C (or 0x00BD6C) is known color: Jade. HEX triplet: 00, BD and 6C. RGB value is (0,189,108). Sum of RGB (Red+Green+Blue) = 0+189+108=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BD6C is #FF4293. Grayscale: #7B7B7B. Windows color (decimal): -16728724 or 7126272. OLE color: 7126272.

HSL color Cylindrical-coordinate representation of color #00BD6C: hue angle of 154.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD6C is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 189 108 -
CMYK 1 0 0.43 0.26
HSL 154.29º 1% 0.37% -
HSV(B) 154.29º 1% 0.74% -
XYZ 20.9 37.48 20.32 -
YUV 123.26 119.38 40.09 -
System Red Green Blue C M Y K H S L
Decimal 0 189 108 1 0 0.43 0.26 154.29 1 0.37
Hex 0 BD 6C 64 0 2B 1A 9A 64 25
Octal 0 275 154 144 0 53 32 232 144 45
Binary 0 10111101 1101100 1100100 0 101011 11010 10011010 1100100 100101

Color Harmonies of #00BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD6C

Black with #00BD6C

Text Example


Text Example

White with #00BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,189,108); }

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

background-color css

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

 a { background-color: rgb(0,189,108); }

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

border-color css

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

 span { border-color: rgb(0,189,108); }

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