Html Css Color HEX #0AD733 Dark Pastel Green

📋 copy color: '#0AD733'

red 10 ◦ green 215 ◦ blue 51

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

Shades of Dark Pastel Green #0AD733

Tints of Dark Pastel Green #0AD733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 3.62%
G = 77.9%
B = 18.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#0AD733 (or 0x0AD733) is known color: Dark Pastel Green. HEX triplet: 0A, D7 and 33. RGB value is (10,215,51). Sum of RGB (Red+Green+Blue) = 10+215+51=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 215 (84.38% from 255 or 77.90% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD733 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD733 is #F528CC. Grayscale: #878787. Windows color (decimal): -16066765 or 3397386. OLE color: 3397386.

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

Color convert

RGB 10 215 51 -
CMYK 0.95 0 0.76 0.16
HSL 132º 0.91% 0.44% -
HSV(B) 132º 0.95% 0.84% -
XYZ 25.02 48.9 11.25 -
YUV 135.01 80.58 38.84 -
System Red Green Blue C M Y K H S L
Decimal 10 215 51 0.95 0 0.76 0.16 132 0.91 0.44
Hex A D7 33 5F 0 4C 10 84 5B 2C
Octal 12 327 63 137 0 114 20 204 133 54
Binary 1010 11010111 110011 1011111 0 1001100 10000 10000100 1011011 101100

Color Harmonies of #0AD733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD733

Black with #0AD733

Text Example


Text Example

White with #0AD733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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