Html Css Color HEX #05980C Islamic Green

📋 copy color: '#05980C'

red 5 ◦ green 152 ◦ blue 12

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

Shades of Islamic Green #05980C

Tints of Islamic Green #05980C

RGB

 RED value IS 5 (2.34% from 255) = 2.96%

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

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 2.96%
G = 89.94%
B = 7.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#05980C (or 0x05980C) is known color: Islamic Green. HEX triplet: 05, 98 and 0C. RGB value is (5,152,12). Sum of RGB (Red+Green+Blue) = 5+152+12=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 152 (59.77% from 255 or 89.94% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 152 - color contains mainly: green. Hex color #05980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05980C is #FA67F3. Grayscale: #5C5C5C. Windows color (decimal): -16410612 or 825349. OLE color: 825349.

HSL color Cylindrical-coordinate representation of color #05980C: hue angle of 122.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05980C is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 12 -
CMYK 0.97 0 0.92 0.40
HSL 122.86º 0.94% 0.31% -
HSV(B) 122.86º 0.97% 0.6% -
XYZ 11.36 22.52 4.1 -
YUV 92.09 82.8 65.88 -
System Red Green Blue C M Y K H S L
Decimal 5 152 12 0.97 0 0.92 0.40 122.86 0.94 0.31
Hex 5 98 C 61 0 5C 28 7B 5E 1F
Octal 5 230 14 141 0 134 50 173 136 37
Binary 101 10011000 1100 1100001 0 1011100 101000 1111011 1011110 11111

Color Harmonies of #05980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05980C

Black with #05980C

Text Example


Text Example

White with #05980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05980C; }

 p { color: rgb(5,152,12); }

 H1.HeaderClassName
 {
   color: #05980C;
 }
 .AnyTagClassName
 {
   color: #05980C;
 }
</style>

background-color css

<style>
 a { background-color: #05980C; }

 a { background-color: rgb(5,152,12); }

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

border-color css

<style>
 span { border-color: #05980C; }

 span { border-color: rgb(5,152,12); }

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