#02BA02

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

Shades of Islamic Green #02BA02

Tints of Islamic Green #02BA02

Color information

#02BA02 (or 0x02BA02) is unknown color: approx Islamic Green. HEX triplet: 02, BA and 02. RGB value is (2,186,2). Sum of RGB (Red+Green+Blue) = 2+186+2=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 186 (73.05% from 255 or 97.89% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BA02 is #FD45FD. Grayscale: #6E6E6E. Windows color (decimal): -16598526 or 178690. OLE color: 178690.

HSL color Cylindrical-coordinate representation of color #02BA02: hue angle of 120º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB21862-
CMYK0.9900.990.27
HSL120º97.87%36.86%-
HSV(B)120º98.92%72.94%-
XYZ17.5935.145.91-
YUV110.0167.0450.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 186 (73.05% from 255) = 97.89%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=1.05%
G=97.89%
B=1.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal218620.9900.990.2712097.8736.86
Hex2BA2630631B786225
Octal2272214301433317014245
Binary1010111010101100011011000111101111110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BA02; }

 p { color: rgb(2,186,2); }

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

<style>
 a { background-color: #02BA02; }

 a { background-color: rgb(2,186,2); }

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

<style>
 span { border-color: #02BA02; }

 span { border-color: rgb(2,186,2); }

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