Html Css Color HEX #0AD835 Dark Pastel Green

📋 copy color: '#0AD835'

red 10 ◦ green 216 ◦ blue 53

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

Shades of Dark Pastel Green #0AD835

Tints of Dark Pastel Green #0AD835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.42%

 BLUE value IS 53 (21.09% from 255) = 19%

R = 3.58%
G = 77.42%
B = 19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#0AD835 (or 0x0AD835) is known color: Dark Pastel Green. HEX triplet: 0A, D8 and 35. RGB value is (10,216,53). Sum of RGB (Red+Green+Blue) = 10+216+53=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD835 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD835 is #F527CA. Grayscale: #888888. Windows color (decimal): -16066507 or 3528714. OLE color: 3528714.

HSL color Cylindrical-coordinate representation of color #0AD835: hue angle of 132.52º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD835 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 216 53 -
CMYK 0.95 0 0.75 0.15
HSL 132.52º 0.91% 0.44% -
HSV(B) 132.52º 0.95% 0.85% -
XYZ 25.32 49.43 11.58 -
YUV 135.82 81.25 38.25 -
System Red Green Blue C M Y K H S L
Decimal 10 216 53 0.95 0 0.75 0.15 132.52 0.91 0.44
Hex A D8 35 5F 0 4B F 85 5B 2C
Octal 12 330 65 137 0 113 17 205 133 54
Binary 1010 11011000 110101 1011111 0 1001011 1111 10000101 1011011 101100

Color Harmonies of #0AD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD835

Black with #0AD835

Text Example


Text Example

White with #0AD835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,53); }

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

background-color css

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

 a { background-color: rgb(10,216,53); }

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

border-color css

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

 span { border-color: rgb(10,216,53); }

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