Html Css Color HEX #10B308 Islamic Green

📋 copy color: '#10B308'

red 16 ◦ green 179 ◦ blue 8

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

Shades of Islamic Green #10B308

Tints of Islamic Green #10B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 88.18%

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 7.88%
G = 88.18%
B = 3.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#10B308 (or 0x10B308) is known color: Islamic Green. HEX triplet: 10, B3 and 08. RGB value is (16,179,8). Sum of RGB (Red+Green+Blue) = 16+179+8=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 179 (70.31% from 255 or 88.18% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 179 - color contains mainly: green. Hex color #10B308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B308 is #EF4CF7. Grayscale: #6F6F6F. Windows color (decimal): -15682808 or 570128. OLE color: 570128.

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

Color convert

RGB 16 179 8 -
CMYK 0.91 0 0.96 0.30
HSL 117.19º 0.91% 0.37% -
HSV(B) 117.19º 0.96% 0.7% -
XYZ 16.38 32.37 5.61 -
YUV 110.77 70 60.4 -
System Red Green Blue C M Y K H S L
Decimal 16 179 8 0.91 0 0.96 0.30 117.19 0.91 0.37
Hex 10 B3 8 5B 0 60 1E 75 5B 25
Octal 20 263 10 133 0 140 36 165 133 45
Binary 10000 10110011 1000 1011011 0 1100000 11110 1110101 1011011 100101

Color Harmonies of #10B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B308

Black with #10B308

Text Example


Text Example

White with #10B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,8); }

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

background-color css

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

 a { background-color: rgb(16,179,8); }

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

border-color css

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

 span { border-color: rgb(16,179,8); }

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