Html Css Color HEX #10BE12 Islamic Green

📋 copy color: '#10BE12'

red 16 ◦ green 190 ◦ blue 18

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

Shades of Islamic Green #10BE12

Tints of Islamic Green #10BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 84.82%

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

R = 7.14%
G = 84.82%
B = 8.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#10BE12 (or 0x10BE12) is known color: Islamic Green. HEX triplet: 10, BE and 12. RGB value is (16,190,18). Sum of RGB (Red+Green+Blue) = 16+190+18=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 190 (74.61% from 255 or 84.82% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BE12 is #EF41ED. Grayscale: #767676. Windows color (decimal): -15679982 or 1228304. OLE color: 1228304.

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

Color convert

RGB 16 190 18 -
CMYK 0.92 0 0.91 0.25
HSL 120.69º 0.84% 0.4% -
HSV(B) 120.69º 0.92% 0.75% -
XYZ 18.74 36.98 6.72 -
YUV 118.37 71.35 54.99 -
System Red Green Blue C M Y K H S L
Decimal 16 190 18 0.92 0 0.91 0.25 120.69 0.84 0.4
Hex 10 BE 12 5C 0 5B 19 79 54 28
Octal 20 276 22 134 0 133 31 171 124 50
Binary 10000 10111110 10010 1011100 0 1011011 11001 1111001 1010100 101000

Color Harmonies of #10BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE12

Black with #10BE12

Text Example


Text Example

White with #10BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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