Html Css Color HEX #0AD737 Dark Pastel Green

📋 copy color: '#0AD737'

red 10 ◦ green 215 ◦ blue 55

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

Shades of Dark Pastel Green #0AD737

Tints of Dark Pastel Green #0AD737

RGB

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

 GREEN value IS 215 (84.38% from 255) = 76.79%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 3.57%
G = 76.79%
B = 19.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#0AD737 (or 0x0AD737) is known color: Dark Pastel Green. HEX triplet: 0A, D7 and 37. RGB value is (10,215,55). Sum of RGB (Red+Green+Blue) = 10+215+55=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 215 (84.38% from 255 or 76.79% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD737 is #F528C8. Grayscale: #878787. Windows color (decimal): -16066761 or 3659530. OLE color: 3659530.

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

Color convert

RGB 10 215 55 -
CMYK 0.95 0 0.74 0.16
HSL 133.17º 0.91% 0.44% -
HSV(B) 133.17º 0.95% 0.84% -
XYZ 25.12 48.94 11.74 -
YUV 135.47 82.58 38.51 -
System Red Green Blue C M Y K H S L
Decimal 10 215 55 0.95 0 0.74 0.16 133.17 0.91 0.44
Hex A D7 37 5F 0 4A 10 85 5B 2C
Octal 12 327 67 137 0 112 20 205 133 54
Binary 1010 11010111 110111 1011111 0 1001010 10000 10000101 1011011 101100

Color Harmonies of #0AD737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD737

Black with #0AD737

Text Example


Text Example

White with #0AD737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,55); }

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

background-color css

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

 a { background-color: rgb(10,215,55); }

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

border-color css

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

 span { border-color: rgb(10,215,55); }

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