Html Css Color HEX #0ABE04 Islamic Green

📋 copy color: '#0ABE04'

red 10 ◦ green 190 ◦ blue 4

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

Shades of Islamic Green #0ABE04

Tints of Islamic Green #0ABE04

RGB

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

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

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

R = 4.9%
G = 93.14%
B = 1.96%

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

#0ABE04 (or 0x0ABE04) is known color: Islamic Green. HEX triplet: 0A, BE and 04. RGB value is (10,190,4). Sum of RGB (Red+Green+Blue) = 10+190+4=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 190 (74.61% from 255 or 93.14% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABE04 is #F541FB. Grayscale: #737373. Windows color (decimal): -16073212 or 310794. OLE color: 310794.

HSL color Cylindrical-coordinate representation of color #0ABE04: hue angle of 118.06º 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 #0ABE04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 190 4 -
CMYK 0.95 0 0.98 0.25
HSL 118.06º 0.96% 0.38% -
HSV(B) 118.06º 0.98% 0.75% -
XYZ 18.56 36.9 6.26 -
YUV 114.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 10 190 4 0.95 0 0.98 0.25 118.06 0.96 0.38
Hex A BE 4 5F 0 62 19 76 60 26
Octal 12 276 4 137 0 142 31 166 140 46
Binary 1010 10111110 100 1011111 0 1100010 11001 1110110 1100000 100110

Color Harmonies of #0ABE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE04

Black with #0ABE04

Text Example


Text Example

White with #0ABE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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