Html Css Color HEX #10BA01 Islamic Green

📋 copy color: '#10BA01'

red 16 ◦ green 186 ◦ blue 1

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

Shades of Islamic Green #10BA01

Tints of Islamic Green #10BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 91.63%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 7.88%
G = 91.63%
B = 0.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#10BA01 (or 0x10BA01) is known color: Islamic Green. HEX triplet: 10, BA and 01. RGB value is (16,186,1). Sum of RGB (Red+Green+Blue) = 16+186+1=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 186 (73.05% from 255 or 91.63% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BA01 is #EF45FE. Grayscale: #727272. Windows color (decimal): -15681023 or 113168. OLE color: 113168.

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

Color convert

RGB 16 186 1 -
CMYK 0.91 0 0.99 0.27
HSL 115.14º 0.99% 0.37% -
HSV(B) 115.14º 0.99% 0.73% -
XYZ 17.78 35.23 5.89 -
YUV 114.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 16 186 1 0.91 0 0.99 0.27 115.14 0.99 0.37
Hex 10 BA 1 5B 0 63 1B 73 63 25
Octal 20 272 1 133 0 143 33 163 143 45
Binary 10000 10111010 1 1011011 0 1100011 11011 1110011 1100011 100101

Color Harmonies of #10BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA01

Black with #10BA01

Text Example


Text Example

White with #10BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,186,1); }

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

background-color css

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

 a { background-color: rgb(16,186,1); }

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

border-color css

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

 span { border-color: rgb(16,186,1); }

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