Html Css Color HEX #0FAC02 Islamic Green

📋 copy color: '#0FAC02'

red 15 ◦ green 172 ◦ blue 2

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

Shades of Islamic Green #0FAC02

Tints of Islamic Green #0FAC02

RGB

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

 GREEN value IS 172 (67.58% from 255) = 91.01%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 7.94%
G = 91.01%
B = 1.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0FAC02 (or 0x0FAC02) is known color: Islamic Green. HEX triplet: 0F, AC and 02. RGB value is (15,172,2). Sum of RGB (Red+Green+Blue) = 15+172+2=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 172 (67.58% from 255 or 91.01% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC02 is #F053FD. Grayscale: #6A6A6A. Windows color (decimal): -15750142 or 175119. OLE color: 175119.

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

Color convert

RGB 15 172 2 -
CMYK 0.91 0 0.99 0.33
HSL 115.41º 0.98% 0.34% -
HSV(B) 115.41º 0.99% 0.67% -
XYZ 14.96 29.61 4.98 -
YUV 105.68 69.49 63.32 -
System Red Green Blue C M Y K H S L
Decimal 15 172 2 0.91 0 0.99 0.33 115.41 0.98 0.34
Hex F AC 2 5B 0 63 21 73 62 22
Octal 17 254 2 133 0 143 41 163 142 42
Binary 1111 10101100 10 1011011 0 1100011 100001 1110011 1100010 100010

Color Harmonies of #0FAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC02

Black with #0FAC02

Text Example


Text Example

White with #0FAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,2); }

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

background-color css

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

 a { background-color: rgb(15,172,2); }

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

border-color css

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

 span { border-color: rgb(15,172,2); }

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