Html Css Color HEX #0AC52F Dark Pastel Green

📋 copy color: '#0AC52F'

red 10 ◦ green 197 ◦ blue 47

#0AC52F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0AC52F

Tints of Dark Pastel Green #0AC52F

RGB

 RED value IS 10 (4.3% from 255) = 3.94%

 GREEN value IS 197 (77.34% from 255) = 77.56%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 3.94%
G = 77.56%
B = 18.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#0AC52F (or 0x0AC52F) is known color: Dark Pastel Green. HEX triplet: 0A, C5 and 2F. RGB value is (10,197,47). Sum of RGB (Red+Green+Blue) = 10+197+47=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 197 (77.34% from 255 or 77.56% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC52F is #F53AD0. Grayscale: #7C7C7C. Windows color (decimal): -16071377 or 3130634. OLE color: 3130634.

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

Color convert

RGB 10 197 47 -
CMYK 0.95 0 0.76 0.23
HSL 131.87º 0.9% 0.41% -
HSV(B) 131.87º 0.95% 0.77% -
XYZ 20.6 40.2 9.36 -
YUV 123.99 84.55 46.7 -
System Red Green Blue C M Y K H S L
Decimal 10 197 47 0.95 0 0.76 0.23 131.87 0.9 0.41
Hex A C5 2F 5F 0 4C 17 84 5A 29
Octal 12 305 57 137 0 114 27 204 132 51
Binary 1010 11000101 101111 1011111 0 1001100 10111 10000100 1011010 101001

Color Harmonies of #0AC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC52F

Black with #0AC52F

Text Example


Text Example

White with #0AC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,197,47); }

 H1.HeaderClassName
 {
   color: #0AC52F;
 }
 .AnyTagClassName
 {
   color: #0AC52F;
 }
</style>

background-color css

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

 a { background-color: rgb(10,197,47); }

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

border-color css

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

 span { border-color: rgb(10,197,47); }

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