Html Css Color HEX #0FAB1D Islamic Green

📋 copy color: '#0FAB1D'

red 15 ◦ green 171 ◦ blue 29

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

Shades of Islamic Green #0FAB1D

Tints of Islamic Green #0FAB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.53%

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

R = 6.98%
G = 79.53%
B = 13.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0FAB1D (or 0x0FAB1D) is known color: Islamic Green. HEX triplet: 0F, AB and 1D. RGB value is (15,171,29). Sum of RGB (Red+Green+Blue) = 15+171+29=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 171 (67.19% from 255 or 79.53% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB1D is #F054E2. Grayscale: #6C6C6C. Windows color (decimal): -15750371 or 1944335. OLE color: 1944335.

HSL color Cylindrical-coordinate representation of color #0FAB1D: hue angle of 125.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB1D is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 29 -
CMYK 0.91 0 0.83 0.33
HSL 125.38º 0.84% 0.36% -
HSV(B) 125.38º 0.91% 0.67% -
XYZ 14.98 29.32 6.03 -
YUV 108.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 15 171 29 0.91 0 0.83 0.33 125.38 0.84 0.36
Hex F AB 1D 5B 0 53 21 7D 54 24
Octal 17 253 35 133 0 123 41 175 124 44
Binary 1111 10101011 11101 1011011 0 1010011 100001 1111101 1010100 100100

Color Harmonies of #0FAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB1D

Black with #0FAB1D

Text Example


Text Example

White with #0FAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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