Html Css Color HEX #0ABF14 Islamic Green

📋 copy color: '#0ABF14'

red 10 ◦ green 191 ◦ blue 20

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

Shades of Islamic Green #0ABF14

Tints of Islamic Green #0ABF14

RGB

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

 GREEN value IS 191 (75% from 255) = 86.43%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 4.52%
G = 86.43%
B = 9.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#0ABF14 (or 0x0ABF14) is known color: Islamic Green. HEX triplet: 0A, BF and 14. RGB value is (10,191,20). Sum of RGB (Red+Green+Blue) = 10+191+20=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 191 (75% from 255 or 86.43% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF14 is #F540EB. Grayscale: #757575. Windows color (decimal): -16072940 or 1359626. OLE color: 1359626.

HSL color Cylindrical-coordinate representation of color #0ABF14: hue angle of 123.31º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF14 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 20 -
CMYK 0.95 0 0.90 0.25
HSL 123.31º 0.9% 0.39% -
HSV(B) 123.31º 0.95% 0.75% -
XYZ 18.88 37.38 6.88 -
YUV 117.39 73.03 51.4 -
System Red Green Blue C M Y K H S L
Decimal 10 191 20 0.95 0 0.90 0.25 123.31 0.9 0.39
Hex A BF 14 5F 0 5A 19 7B 5A 27
Octal 12 277 24 137 0 132 31 173 132 47
Binary 1010 10111111 10100 1011111 0 1011010 11001 1111011 1011010 100111

Color Harmonies of #0ABF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF14

Black with #0ABF14

Text Example


Text Example

White with #0ABF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,20); }

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

background-color css

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

 a { background-color: rgb(10,191,20); }

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

border-color css

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

 span { border-color: rgb(10,191,20); }

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