Html Css Color HEX #00BC15 Islamic Green

📋 copy color: '#00BC15'

red 0 ◦ green 188 ◦ blue 21

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

Shades of Islamic Green #00BC15

Tints of Islamic Green #00BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.05%

R = 0%
G = 89.95%
B = 10.05%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#00BC15 (or 0x00BC15) is known color: Islamic Green. HEX triplet: 00, BC and 15. RGB value is (0,188,21). Sum of RGB (Red+Green+Blue) = 0+188+21=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BC15 is #FF43EA. Grayscale: #717171. Windows color (decimal): -16729067 or 1424384. OLE color: 1424384.

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

Color convert

RGB 0 188 21 -
CMYK 1 0 0.89 0.26
HSL 126.7º 1% 0.37% -
HSV(B) 126.7º 1% 0.74% -
XYZ 18.12 36.02 6.71 -
YUV 112.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 0 188 21 1 0 0.89 0.26 126.7 1 0.37
Hex 0 BC 15 64 0 59 1A 7F 64 25
Octal 0 274 25 144 0 131 32 177 144 45
Binary 0 10111100 10101 1100100 0 1011001 11010 1111111 1100100 100101

Color Harmonies of #00BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC15

Black with #00BC15

Text Example


Text Example

White with #00BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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