#0A7D2A

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

Shades of Camarone #0A7D2A

Tints of Camarone #0A7D2A

Color information

#0A7D2A (or 0x0A7D2A) is unknown color: approx Camarone. HEX triplet: 0A, 7D and 2A. RGB value is (10,125,42). Sum of RGB (Red+Green+Blue) = 10+125+42=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7D2A is #F582D5. Grayscale: #515151. Windows color (decimal): -16089814 or 2784522. OLE color: 2784522.

HSL color Cylindrical-coordinate representation of color #0A7D2A: hue angle of 136.7º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D2A is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB1012542-
CMYK0.9200.660.51
HSL136.7º85.19%26.47%-
HSV(B)136.7º92%49.02%-
XYZ7.8814.94.65-
YUV81.15105.977.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.65%
GREEN value IS 125 (49.22% from 255) = 70.62%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=5.65%
G=70.62%
B=23.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10125420.9200.660.51136.785.1926.47
HexA7D2A5C0423389551a
Octal121755213401026321112532
Binary1010111110110101010111000100001011001110001001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,125,42); }

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

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

 a { background-color: rgb(10,125,42); }

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

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

 span { border-color: rgb(10,125,42); }

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