Html Css Color HEX #0AC053 Dark Pastel Green

📋 copy color: '#0AC053'

red 10 ◦ green 192 ◦ blue 83

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

Shades of Dark Pastel Green #0AC053

Tints of Dark Pastel Green #0AC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.37%

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 3.51%
G = 67.37%
B = 29.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#0AC053 (or 0x0AC053) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 53. RGB value is (10,192,83). Sum of RGB (Red+Green+Blue) = 10+192+83=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC053 is #F53FAC. Grayscale: #7D7D7D. Windows color (decimal): -16072621 or 5488650. OLE color: 5488650.

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

Color convert

RGB 10 192 83 -
CMYK 0.95 0 0.57 0.25
HSL 144.07º 0.9% 0.4% -
HSV(B) 144.07º 0.95% 0.75% -
XYZ 20.54 38.39 14.51 -
YUV 125.16 104.2 45.86 -
System Red Green Blue C M Y K H S L
Decimal 10 192 83 0.95 0 0.57 0.25 144.07 0.9 0.4
Hex A C0 53 5F 0 39 19 90 5A 28
Octal 12 300 123 137 0 71 31 220 132 50
Binary 1010 11000000 1010011 1011111 0 111001 11001 10010000 1011010 101000

Color Harmonies of #0AC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC053

Black with #0AC053

Text Example


Text Example

White with #0AC053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,83); }

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

background-color css

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

 a { background-color: rgb(10,192,83); }

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

border-color css

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

 span { border-color: rgb(10,192,83); }

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