Html Css Color HEX #10B912 Islamic Green

📋 copy color: '#10B912'

red 16 ◦ green 185 ◦ blue 18

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

Shades of Islamic Green #10B912

Tints of Islamic Green #10B912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 84.47%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 7.31%
G = 84.47%
B = 8.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#10B912 (or 0x10B912) is known color: Islamic Green. HEX triplet: 10, B9 and 12. RGB value is (16,185,18). Sum of RGB (Red+Green+Blue) = 16+185+18=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #10B912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B912 is #EF46ED. Grayscale: #737373. Windows color (decimal): -15681262 or 1227024. OLE color: 1227024.

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

Color convert

RGB 16 185 18 -
CMYK 0.91 0 0.90 0.27
HSL 120.71º 0.84% 0.39% -
HSV(B) 120.71º 0.91% 0.73% -
XYZ 17.67 34.85 6.37 -
YUV 115.43 73.01 57.08 -
System Red Green Blue C M Y K H S L
Decimal 16 185 18 0.91 0 0.90 0.27 120.71 0.84 0.39
Hex 10 B9 12 5B 0 5A 1B 79 54 27
Octal 20 271 22 133 0 132 33 171 124 47
Binary 10000 10111001 10010 1011011 0 1011010 11011 1111001 1010100 100111

Color Harmonies of #10B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B912

Black with #10B912

Text Example


Text Example

White with #10B912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,18); }

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

background-color css

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

 a { background-color: rgb(16,185,18); }

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

border-color css

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

 span { border-color: rgb(16,185,18); }

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