Html Css Color HEX #10BB04 Islamic Green

📋 copy color: '#10BB04'

red 16 ◦ green 187 ◦ blue 4

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

Shades of Islamic Green #10BB04

Tints of Islamic Green #10BB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 90.34%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 7.73%
G = 90.34%
B = 1.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#10BB04 (or 0x10BB04) is known color: Islamic Green. HEX triplet: 10, BB and 04. RGB value is (16,187,4). Sum of RGB (Red+Green+Blue) = 16+187+4=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 187 (73.44% from 255 or 90.34% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BB04 is #EF44FB. Grayscale: #737373. Windows color (decimal): -15680764 or 310032. OLE color: 310032.

HSL color Cylindrical-coordinate representation of color #10BB04: hue angle of 116.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10BB04 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 187 4 -
CMYK 0.91 0 0.98 0.27
HSL 116.07º 0.96% 0.37% -
HSV(B) 116.07º 0.98% 0.73% -
XYZ 18.01 35.66 6.05 -
YUV 115.01 65.35 57.38 -
System Red Green Blue C M Y K H S L
Decimal 16 187 4 0.91 0 0.98 0.27 116.07 0.96 0.37
Hex 10 BB 4 5B 0 62 1B 74 60 25
Octal 20 273 4 133 0 142 33 164 140 45
Binary 10000 10111011 100 1011011 0 1100010 11011 1110100 1100000 100101

Color Harmonies of #10BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB04

Black with #10BB04

Text Example


Text Example

White with #10BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,187,4); }

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

background-color css

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

 a { background-color: rgb(16,187,4); }

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

border-color css

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

 span { border-color: rgb(16,187,4); }

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