Html Css Color HEX #0AD633 Dark Pastel Green

📋 copy color: '#0AD633'

red 10 ◦ green 214 ◦ blue 51

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

Shades of Dark Pastel Green #0AD633

Tints of Dark Pastel Green #0AD633

RGB

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

 GREEN value IS 214 (83.98% from 255) = 77.82%

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

R = 3.64%
G = 77.82%
B = 18.55%

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

#0AD633 (or 0x0AD633) is known color: Dark Pastel Green. HEX triplet: 0A, D6 and 33. RGB value is (10,214,51). Sum of RGB (Red+Green+Blue) = 10+214+51=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD633 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD633 is #F529CC. Grayscale: #868686. Windows color (decimal): -16067021 or 3397130. OLE color: 3397130.

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

Color convert

RGB 10 214 51 -
CMYK 0.95 0 0.76 0.16
HSL 132.06º 0.91% 0.44% -
HSV(B) 132.06º 0.95% 0.84% -
XYZ 24.77 48.4 11.17 -
YUV 134.42 80.91 39.25 -
System Red Green Blue C M Y K H S L
Decimal 10 214 51 0.95 0 0.76 0.16 132.06 0.91 0.44
Hex A D6 33 5F 0 4C 10 84 5B 2C
Octal 12 326 63 137 0 114 20 204 133 54
Binary 1010 11010110 110011 1011111 0 1001100 10000 10000100 1011011 101100

Color Harmonies of #0AD633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD633

Black with #0AD633

Text Example


Text Example

White with #0AD633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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