#0CA902

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

Shades of Islamic Green #0CA902

Tints of Islamic Green #0CA902

Color information

#0CA902 (or 0x0CA902) is unknown color: approx Islamic Green. HEX triplet: 0C, A9 and 02. RGB value is (12,169,2). Sum of RGB (Red+Green+Blue) = 12+169+2=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 169 (66.41% from 255 or 92.35% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA902 is #F356FD. Grayscale: #676767. Windows color (decimal): -15947518 or 174348. OLE color: 174348.

HSL color Cylindrical-coordinate representation of color #0CA902: hue angle of 116.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CA902 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB121692-
CMYK0.9300.990.34
HSL116.41º97.66%33.53%-
HSV(B)116.41º98.82%66.27%-
XYZ14.3528.464.79-
YUV103.0270.9963.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 169 (66.41% from 255) = 92.35%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=6.56%
G=92.35%
B=1.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1216920.9300.990.34116.4197.6633.53
HexCA925D06322746222
Octal14251213501434216414242
Binary1100101010011010111010110001110001011101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA902; }

 p { color: rgb(12,169,2); }

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

<style>
 a { background-color: #0CA902; }

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

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

<style>
 span { border-color: #0CA902; }

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

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