Html Css Color HEX #03AF10 Islamic Green

📋 copy color: '#03AF10'

red 3 ◦ green 175 ◦ blue 16

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

Shades of Islamic Green #03AF10

Tints of Islamic Green #03AF10

RGB

 RED value IS 3 (1.56% from 255) = 1.55%

 GREEN value IS 175 (68.75% from 255) = 90.21%

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 1.55%
G = 90.21%
B = 8.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#03AF10 (or 0x03AF10) is known color: Islamic Green. HEX triplet: 03, AF and 10. RGB value is (3,175,16). Sum of RGB (Red+Green+Blue) = 3+175+16=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 175 (68.75% from 255 or 90.21% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AF10 is #FC50EF. Grayscale: #696969. Windows color (decimal): -16535792 or 1093379. OLE color: 1093379.

HSL color Cylindrical-coordinate representation of color #03AF10: hue angle of 124.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AF10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 16 -
CMYK 0.98 0 0.91 0.31
HSL 124.53º 0.97% 0.35% -
HSV(B) 124.53º 0.98% 0.69% -
XYZ 15.46 30.72 5.6 -
YUV 105.45 77.52 54.93 -
System Red Green Blue C M Y K H S L
Decimal 3 175 16 0.98 0 0.91 0.31 124.53 0.97 0.35
Hex 3 AF 10 62 0 5B 1F 7D 61 23
Octal 3 257 20 142 0 133 37 175 141 43
Binary 11 10101111 10000 1100010 0 1011011 11111 1111101 1100001 100011

Color Harmonies of #03AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF10

Black with #03AF10

Text Example


Text Example

White with #03AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AF10; }

 p { color: rgb(3,175,16); }

 H1.HeaderClassName
 {
   color: #03AF10;
 }
 .AnyTagClassName
 {
   color: #03AF10;
 }
</style>

background-color css

<style>
 a { background-color: #03AF10; }

 a { background-color: rgb(3,175,16); }

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

border-color css

<style>
 span { border-color: #03AF10; }

 span { border-color: rgb(3,175,16); }

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