Html Css Color HEX #10BF00 Islamic Green

📋 copy color: '#10BF00'

red 16 ◦ green 191 ◦ blue 0

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

Shades of Islamic Green #10BF00

Tints of Islamic Green #10BF00

RGB

 RED value IS 16 (6.64% from 255) = 7.73%

 GREEN value IS 191 (75% from 255) = 92.27%

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

R = 7.73%
G = 92.27%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#10BF00 (or 0x10BF00) is known color: Islamic Green. HEX triplet: 10, BF and 00. RGB value is (16,191,0). Sum of RGB (Red+Green+Blue) = 16+191+0=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 191 (75% from 255 or 92.27% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BF00 is #EF40FF. Grayscale: #757575. Windows color (decimal): -15679744 or 48912. OLE color: 48912.

HSL color Cylindrical-coordinate representation of color #10BF00: hue angle of 114.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10BF00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 191 0 -
CMYK 0.92 0 1 0.25
HSL 114.97º 1% 0.37% -
HSV(B) 114.97º 1% 0.75% -
XYZ 18.84 37.37 6.22 -
YUV 116.9 62.02 56.03 -
System Red Green Blue C M Y K H S L
Decimal 16 191 0 0.92 0 1 0.25 114.97 1 0.37
Hex 10 BF 0 5C 0 64 19 73 64 25
Octal 20 277 0 134 0 144 31 163 144 45
Binary 10000 10111111 0 1011100 0 1100100 11001 1110011 1100100 100101

Color Harmonies of #10BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BF00

Black with #10BF00

Text Example


Text Example

White with #10BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BF00; }

 p { color: rgb(16,191,0); }

 H1.HeaderClassName
 {
   color: #10BF00;
 }
 .AnyTagClassName
 {
   color: #10BF00;
 }
</style>

background-color css

<style>
 a { background-color: #10BF00; }

 a { background-color: rgb(16,191,0); }

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

border-color css

<style>
 span { border-color: #10BF00; }

 span { border-color: rgb(16,191,0); }

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