Html Css Color HEX #00980B Islamic Green

📋 copy color: '#00980B'

red 0 ◦ green 152 ◦ blue 11

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

Shades of Islamic Green #00980B

Tints of Islamic Green #00980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 0%
G = 93.25%
B = 6.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#00980B (or 0x00980B) is known color: Islamic Green. HEX triplet: 00, 98 and 0B. RGB value is (0,152,11). Sum of RGB (Red+Green+Blue) = 0+152+11=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 152 (59.77% from 255 or 93.25% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 152 - color contains mainly: green. Hex color #00980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00980B is #FF67F4. Grayscale: #5A5A5A. Windows color (decimal): -16738293 or 759808. OLE color: 759808.

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

Color convert

RGB 0 152 11 -
CMYK 1 0 0.93 0.40
HSL 124.34º 1% 0.3% -
HSV(B) 124.34º 1% 0.6% -
XYZ 11.29 22.48 4.06 -
YUV 90.48 83.14 63.46 -
System Red Green Blue C M Y K H S L
Decimal 0 152 11 1 0 0.93 0.40 124.34 1 0.3
Hex 0 98 B 64 0 5D 28 7C 64 1E
Octal 0 230 13 144 0 135 50 174 144 36
Binary 0 10011000 1011 1100100 0 1011101 101000 1111100 1100100 11110

Color Harmonies of #00980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00980B

Black with #00980B

Text Example


Text Example

White with #00980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00980B; }

 p { color: rgb(0,152,11); }

 H1.HeaderClassName
 {
   color: #00980B;
 }
 .AnyTagClassName
 {
   color: #00980B;
 }
</style>

background-color css

<style>
 a { background-color: #00980B; }

 a { background-color: rgb(0,152,11); }

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

border-color css

<style>
 span { border-color: #00980B; }

 span { border-color: rgb(0,152,11); }

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