Html Css Color HEX #10BD07 Islamic Green

📋 copy color: '#10BD07'

red 16 ◦ green 189 ◦ blue 7

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

Shades of Islamic Green #10BD07

Tints of Islamic Green #10BD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 7.55%
G = 89.15%
B = 3.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#10BD07 (or 0x10BD07) is known color: Islamic Green. HEX triplet: 10, BD and 07. RGB value is (16,189,7). Sum of RGB (Red+Green+Blue) = 16+189+7=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 189 (74.22% from 255 or 89.15% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BD07 is #EF42F8. Grayscale: #757575. Windows color (decimal): -15680249 or 507152. OLE color: 507152.

HSL color Cylindrical-coordinate representation of color #10BD07: hue angle of 117.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10BD07 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 7 -
CMYK 0.92 0 0.96 0.26
HSL 117.03º 0.93% 0.38% -
HSV(B) 117.03º 0.96% 0.74% -
XYZ 18.45 36.52 6.28 -
YUV 116.53 66.19 56.3 -
System Red Green Blue C M Y K H S L
Decimal 16 189 7 0.92 0 0.96 0.26 117.03 0.93 0.38
Hex 10 BD 7 5C 0 60 1A 75 5D 26
Octal 20 275 7 134 0 140 32 165 135 46
Binary 10000 10111101 111 1011100 0 1100000 11010 1110101 1011101 100110

Color Harmonies of #10BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD07

Black with #10BD07

Text Example


Text Example

White with #10BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,7); }

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

background-color css

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

 a { background-color: rgb(16,189,7); }

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

border-color css

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

 span { border-color: rgb(16,189,7); }

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