Html Css Color HEX #0FAE19 Islamic Green

📋 copy color: '#0FAE19'

red 15 ◦ green 174 ◦ blue 25

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

Shades of Islamic Green #0FAE19

Tints of Islamic Green #0FAE19

RGB

 RED value IS 15 (6.25% from 255) = 7.01%

 GREEN value IS 174 (68.36% from 255) = 81.31%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 7.01%
G = 81.31%
B = 11.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#0FAE19 (or 0x0FAE19) is known color: Islamic Green. HEX triplet: 0F, AE and 19. RGB value is (15,174,25). Sum of RGB (Red+Green+Blue) = 15+174+25=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 174 (68.36% from 255 or 81.31% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE19 is #F051E6. Grayscale: #6D6D6D. Windows color (decimal): -15749607 or 1682959. OLE color: 1682959.

HSL color Cylindrical-coordinate representation of color #0FAE19: hue angle of 123.77º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE19 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 25 -
CMYK 0.91 0 0.86 0.32
HSL 123.77º 0.84% 0.37% -
HSV(B) 123.77º 0.91% 0.68% -
XYZ 15.51 30.44 5.98 -
YUV 109.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 15 174 25 0.91 0 0.86 0.32 123.77 0.84 0.37
Hex F AE 19 5B 0 56 20 7C 54 25
Octal 17 256 31 133 0 126 40 174 124 45
Binary 1111 10101110 11001 1011011 0 1010110 100000 1111100 1010100 100101

Color Harmonies of #0FAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE19

Black with #0FAE19

Text Example


Text Example

White with #0FAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,174,25); }

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

background-color css

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

 a { background-color: rgb(15,174,25); }

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

border-color css

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

 span { border-color: rgb(15,174,25); }

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