#00921A

Color #00921A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #00921A

Tints of Islamic Green #00921A

Color information

#00921A (or 0x00921A) is unknown color: approx Islamic Green. HEX triplet: 00, 92 and 1A. RGB value is (0,146,26). Sum of RGB (Red+Green+Blue) = 0+146+26=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 146 (57.42% from 255 or 84.88% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 146 - color contains mainly: green. Hex color #00921A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00921A is #FF6DE5. Grayscale: #595959. Windows color (decimal): -16739814 or 1741312. OLE color: 1741312.

HSL color Cylindrical-coordinate representation of color #00921A: hue angle of 130.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00921A is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB014626-
CMYK100.820.43
HSL130.68º100%28.63%-
HSV(B)130.68º100%57.25%-
XYZ10.4720.634.41-
YUV88.6792.6364.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 84.88%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=0%
G=84.88%
B=15.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014626100.820.43130.6810028.63
Hex0921A640522B83641d
Octal02223214401225320314435
Binary0100100101101011001000101001010101110000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,146,26); }

 H1.HeaderClassName
 {
   color: #00921A;
 }
 .AnyTagClassName
 {
   color: #00921A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,146,26); }

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

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

 span { border-color: rgb(0,146,26); }

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