Html Css Color HEX #0AC252 Dark Pastel Green

📋 copy color: '#0AC252'

red 10 ◦ green 194 ◦ blue 82

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

Shades of Dark Pastel Green #0AC252

Tints of Dark Pastel Green #0AC252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.83%

 BLUE value IS 82 (32.42% from 255) = 28.67%

R = 3.5%
G = 67.83%
B = 28.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#0AC252 (or 0x0AC252) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 52. RGB value is (10,194,82). Sum of RGB (Red+Green+Blue) = 10+194+82=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC252 is #F53DAD. Grayscale: #7E7E7E. Windows color (decimal): -16072110 or 5423626. OLE color: 5423626.

HSL color Cylindrical-coordinate representation of color #0AC252: hue angle of 143.48º 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 #0AC252 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 194 82 -
CMYK 0.95 0 0.58 0.24
HSL 143.48º 0.9% 0.4% -
HSV(B) 143.48º 0.95% 0.76% -
XYZ 20.94 39.26 14.46 -
YUV 126.22 103.04 45.11 -
System Red Green Blue C M Y K H S L
Decimal 10 194 82 0.95 0 0.58 0.24 143.48 0.9 0.4
Hex A C2 52 5F 0 3A 18 8F 5A 28
Octal 12 302 122 137 0 72 30 217 132 50
Binary 1010 11000010 1010010 1011111 0 111010 11000 10001111 1011010 101000

Color Harmonies of #0AC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC252

Black with #0AC252

Text Example


Text Example

White with #0AC252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,82); }

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

background-color css

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

 a { background-color: rgb(10,194,82); }

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

border-color css

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

 span { border-color: rgb(10,194,82); }

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