Html Css Color HEX #01980A Islamic Green

📋 copy color: '#01980A'

red 1 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #01980A

Tints of Islamic Green #01980A

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 152 (59.77% from 255) = 93.25%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 0.61%
G = 93.25%
B = 6.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#01980A (or 0x01980A) is known color: Islamic Green. HEX triplet: 01, 98 and 0A. RGB value is (1,152,10). Sum of RGB (Red+Green+Blue) = 1+152+10=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 152 (59.77% from 255 or 93.25% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 152 - color contains mainly: green. Hex color #01980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01980A is #FE67F5. Grayscale: #5B5B5B. Windows color (decimal): -16672758 or 694273. OLE color: 694273.

HSL color Cylindrical-coordinate representation of color #01980A: hue angle of 123.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01980A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 10 -
CMYK 0.99 0 0.93 0.40
HSL 123.58º 0.99% 0.3% -
HSV(B) 123.58º 0.99% 0.6% -
XYZ 11.3 22.48 4.03 -
YUV 90.66 82.47 64.05 -
System Red Green Blue C M Y K H S L
Decimal 1 152 10 0.99 0 0.93 0.40 123.58 0.99 0.3
Hex 1 98 A 63 0 5D 28 7C 63 1E
Octal 1 230 12 143 0 135 50 174 143 36
Binary 1 10011000 1010 1100011 0 1011101 101000 1111100 1100011 11110

Color Harmonies of #01980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01980A

Black with #01980A

Text Example


Text Example

White with #01980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01980A; }

 p { color: rgb(1,152,10); }

 H1.HeaderClassName
 {
   color: #01980A;
 }
 .AnyTagClassName
 {
   color: #01980A;
 }
</style>

background-color css

<style>
 a { background-color: #01980A; }

 a { background-color: rgb(1,152,10); }

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

border-color css

<style>
 span { border-color: #01980A; }

 span { border-color: rgb(1,152,10); }

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