#09802A

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

Shades of Camarone #09802A

Tints of Camarone #09802A

Color information

#09802A (or 0x09802A) is unknown color: approx Camarone. HEX triplet: 09, 80 and 2A. RGB value is (9,128,42). Sum of RGB (Red+Green+Blue) = 9+128+42=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 128 (50.39% from 255 or 71.51% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 128 - color contains mainly: green. Hex color #09802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09802A is #F67FD5. Grayscale: #525252. Windows color (decimal): -16154582 or 2785289. OLE color: 2785289.

HSL color Cylindrical-coordinate representation of color #09802A: hue angle of 136.64º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09802A is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB912842-
CMYK0.9300.670.50
HSL136.64º86.86%26.86%-
HSV(B)136.64º92.97%50.2%-
XYZ8.2515.664.78-
YUV82.62105.0875.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 128 (50.39% from 255) = 71.51%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=5.03%
G=71.51%
B=23.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128420.9300.670.50136.6486.8626.86
Hex9802A5D0433289571b
Octal112005213501036221112733
Binary10011000000010101010111010100001111001010001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,128,42); }

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

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

 a { background-color: rgb(9,128,42); }

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

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

 span { border-color: rgb(9,128,42); }

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