#0AC34A

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

Shades of Dark Pastel Green #0AC34A

Tints of Dark Pastel Green #0AC34A

Color information

#0AC34A (or 0x0AC34A) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C3 and 4A. RGB value is (10,195,74). Sum of RGB (Red+Green+Blue) = 10+195+74=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC34A is #F53CB5. Grayscale: #7E7E7E. Windows color (decimal): -16071862 or 4899594. OLE color: 4899594.

HSL color Cylindrical-coordinate representation of color #0AC34A: hue angle of 140.76º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC34A is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1019574-
CMYK0.9500.620.24
HSL140.76º90.24%40.2%-
HSV(B)140.76º94.87%76.47%-
XYZ20.8839.5913.02-
YUV125.8998.7145.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 195 (76.56% from 255) = 69.89%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=3.58%
G=69.89%
B=26.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10195740.9500.620.24140.7690.2440.2
HexAC34A5F03E188d5a28
Octal123031121370763021513250
Binary10101100001110010101011111011111011000100011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,195,74); }

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

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

 a { background-color: rgb(10,195,74); }

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

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

 span { border-color: rgb(10,195,74); }

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