Html Css Color HEX #0FAE1E Islamic Green

📋 copy color: '#0FAE1E'

red 15 ◦ green 174 ◦ blue 30

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

Shades of Islamic Green #0FAE1E

Tints of Islamic Green #0FAE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 6.85%
G = 79.45%
B = 13.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#0FAE1E (or 0x0FAE1E) is known color: Islamic Green. HEX triplet: 0F, AE and 1E. RGB value is (15,174,30). Sum of RGB (Red+Green+Blue) = 15+174+30=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE1E is #F051E1. Grayscale: #6E6E6E. Windows color (decimal): -15749602 or 2010639. OLE color: 2010639.

HSL color Cylindrical-coordinate representation of color #0FAE1E: hue angle of 125.66º 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 #0FAE1E is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 30 -
CMYK 0.91 0 0.83 0.32
HSL 125.66º 0.84% 0.37% -
HSV(B) 125.66º 0.91% 0.68% -
XYZ 15.57 30.47 6.29 -
YUV 110.04 82.82 60.21 -
System Red Green Blue C M Y K H S L
Decimal 15 174 30 0.91 0 0.83 0.32 125.66 0.84 0.37
Hex F AE 1E 5B 0 53 20 7E 54 25
Octal 17 256 36 133 0 123 40 176 124 45
Binary 1111 10101110 11110 1011011 0 1010011 100000 1111110 1010100 100101

Color Harmonies of #0FAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE1E

Black with #0FAE1E

Text Example


Text Example

White with #0FAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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