Html Css Color HEX #00A51F Islamic Green

📋 copy color: '#00A51F'

red 0 ◦ green 165 ◦ blue 31

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

Shades of Islamic Green #00A51F

Tints of Islamic Green #00A51F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 165 (64.84% from 255) = 84.18%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 0%
G = 84.18%
B = 15.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#00A51F (or 0x00A51F) is known color: Islamic Green. HEX triplet: 00, A5 and 1F. RGB value is (0,165,31). Sum of RGB (Red+Green+Blue) = 0+165+31=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 165 (64.84% from 255 or 84.18% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 165 - color contains mainly: green. Hex color #00A51F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A51F is #FF5AE0. Grayscale: #646464. Windows color (decimal): -16734945 or 2073856. OLE color: 2073856.

HSL color Cylindrical-coordinate representation of color #00A51F: hue angle of 131.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A51F is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 165 31 -
CMYK 1 0 0.81 0.35
HSL 131.27º 1% 0.32% -
HSV(B) 131.27º 1% 0.65% -
XYZ 13.7 27.01 5.79 -
YUV 100.39 88.84 56.4 -
System Red Green Blue C M Y K H S L
Decimal 0 165 31 1 0 0.81 0.35 131.27 1 0.32
Hex 0 A5 1F 64 0 51 23 83 64 20
Octal 0 245 37 144 0 121 43 203 144 40
Binary 0 10100101 11111 1100100 0 1010001 100011 10000011 1100100 100000

Color Harmonies of #00A51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A51F

Black with #00A51F

Text Example


Text Example

White with #00A51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A51F; }

 p { color: rgb(0,165,31); }

 H1.HeaderClassName
 {
   color: #00A51F;
 }
 .AnyTagClassName
 {
   color: #00A51F;
 }
</style>

background-color css

<style>
 a { background-color: #00A51F; }

 a { background-color: rgb(0,165,31); }

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

border-color css

<style>
 span { border-color: #00A51F; }

 span { border-color: rgb(0,165,31); }

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