Html Css Color HEX #0ABF04 Islamic Green

📋 copy color: '#0ABF04'

red 10 ◦ green 191 ◦ blue 4

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

Shades of Islamic Green #0ABF04

Tints of Islamic Green #0ABF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 4.88%
G = 93.17%
B = 1.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#0ABF04 (or 0x0ABF04) is known color: Islamic Green. HEX triplet: 0A, BF and 04. RGB value is (10,191,4). Sum of RGB (Red+Green+Blue) = 10+191+4=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 191 (75% from 255 or 93.17% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF04 is #F540FB. Grayscale: #747474. Windows color (decimal): -16072956 or 311050. OLE color: 311050.

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

Color convert

RGB 10 191 4 -
CMYK 0.95 0 0.98 0.25
HSL 118.07º 0.96% 0.38% -
HSV(B) 118.07º 0.98% 0.75% -
XYZ 18.78 37.33 6.33 -
YUV 115.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 10 191 4 0.95 0 0.98 0.25 118.07 0.96 0.38
Hex A BF 4 5F 0 62 19 76 60 26
Octal 12 277 4 137 0 142 31 166 140 46
Binary 1010 10111111 100 1011111 0 1100010 11001 1110110 1100000 100110

Color Harmonies of #0ABF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF04

Black with #0ABF04

Text Example


Text Example

White with #0ABF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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