Html Css Color HEX #00BC67 Jade

📋 copy color: '#00BC67'

red 0 ◦ green 188 ◦ blue 103

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

Shades of Jade #00BC67

Tints of Jade #00BC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.6%

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 0%
G = 64.6%
B = 35.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#00BC67 (or 0x00BC67) is known color: Jade. HEX triplet: 00, BC and 67. RGB value is (0,188,103). Sum of RGB (Red+Green+Blue) = 0+188+103=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC67 is #FF4398. Grayscale: #7A7A7A. Windows color (decimal): -16728985 or 6798336. OLE color: 6798336.

HSL color Cylindrical-coordinate representation of color #00BC67: hue angle of 152.87º 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 #00BC67 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 103 -
CMYK 1 0 0.45 0.26
HSL 152.87º 1% 0.37% -
HSV(B) 152.87º 1% 0.74% -
XYZ 20.43 36.95 18.89 -
YUV 122.1 117.22 40.91 -
System Red Green Blue C M Y K H S L
Decimal 0 188 103 1 0 0.45 0.26 152.87 1 0.37
Hex 0 BC 67 64 0 2D 1A 99 64 25
Octal 0 274 147 144 0 55 32 231 144 45
Binary 0 10111100 1100111 1100100 0 101101 11010 10011001 1100100 100101

Color Harmonies of #00BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC67

Black with #00BC67

Text Example


Text Example

White with #00BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,188,103); }

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

background-color css

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

 a { background-color: rgb(0,188,103); }

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

border-color css

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

 span { border-color: rgb(0,188,103); }

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