Html Css Color HEX #0AB80D Islamic Green

📋 copy color: '#0AB80D'

red 10 ◦ green 184 ◦ blue 13

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

Shades of Islamic Green #0AB80D

Tints of Islamic Green #0AB80D

RGB

 RED value IS 10 (4.3% from 255) = 4.83%

 GREEN value IS 184 (72.27% from 255) = 88.89%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 4.83%
G = 88.89%
B = 6.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#0AB80D (or 0x0AB80D) is known color: Islamic Green. HEX triplet: 0A, B8 and 0D. RGB value is (10,184,13). Sum of RGB (Red+Green+Blue) = 10+184+13=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 184 (72.27% from 255 or 88.89% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB80D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB80D is #F547F2. Grayscale: #707070. Windows color (decimal): -16074739 or 899082. OLE color: 899082.

HSL color Cylindrical-coordinate representation of color #0AB80D: hue angle of 121.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB80D is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 184 13 -
CMYK 0.95 0 0.93 0.28
HSL 121.03º 0.9% 0.38% -
HSV(B) 121.03º 0.95% 0.72% -
XYZ 17.34 34.37 6.1 -
YUV 112.48 71.85 54.9 -
System Red Green Blue C M Y K H S L
Decimal 10 184 13 0.95 0 0.93 0.28 121.03 0.9 0.38
Hex A B8 D 5F 0 5D 1C 79 5A 26
Octal 12 270 15 137 0 135 34 171 132 46
Binary 1010 10111000 1101 1011111 0 1011101 11100 1111001 1011010 100110

Color Harmonies of #0AB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB80D

Black with #0AB80D

Text Example


Text Example

White with #0AB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AB80D; }

 p { color: rgb(10,184,13); }

 H1.HeaderClassName
 {
   color: #0AB80D;
 }
 .AnyTagClassName
 {
   color: #0AB80D;
 }
</style>

background-color css

<style>
 a { background-color: #0AB80D; }

 a { background-color: rgb(10,184,13); }

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

border-color css

<style>
 span { border-color: #0AB80D; }

 span { border-color: rgb(10,184,13); }

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