Html Css Color HEX #0FAE1D Islamic Green

📋 copy color: '#0FAE1D'

red 15 ◦ green 174 ◦ blue 29

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

Shades of Islamic Green #0FAE1D

Tints of Islamic Green #0FAE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 6.88%
G = 79.82%
B = 13.3%

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

#0FAE1D (or 0x0FAE1D) is known color: Islamic Green. HEX triplet: 0F, AE and 1D. RGB value is (15,174,29). Sum of RGB (Red+Green+Blue) = 15+174+29=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 174 (68.36% from 255 or 79.82% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE1D is #F051E2. Grayscale: #6E6E6E. Windows color (decimal): -15749603 or 1945103. OLE color: 1945103.

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

Color convert

RGB 15 174 29 -
CMYK 0.91 0 0.83 0.32
HSL 125.28º 0.84% 0.37% -
HSV(B) 125.28º 0.91% 0.68% -
XYZ 15.55 30.46 6.22 -
YUV 109.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 15 174 29 0.91 0 0.83 0.32 125.28 0.84 0.37
Hex F AE 1D 5B 0 53 20 7D 54 25
Octal 17 256 35 133 0 123 40 175 124 45
Binary 1111 10101110 11101 1011011 0 1010011 100000 1111101 1010100 100101

Color Harmonies of #0FAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE1D

Black with #0FAE1D

Text Example


Text Example

White with #0FAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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