Html Css Color HEX #0AD433 Dark Pastel Green

📋 copy color: '#0AD433'

red 10 ◦ green 212 ◦ blue 51

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

Shades of Dark Pastel Green #0AD433

Tints of Dark Pastel Green #0AD433

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.66%

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

R = 3.66%
G = 77.66%
B = 18.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#0AD433 (or 0x0AD433) is known color: Dark Pastel Green. HEX triplet: 0A, D4 and 33. RGB value is (10,212,51). Sum of RGB (Red+Green+Blue) = 10+212+51=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD433 is #F52BCC. Grayscale: #858585. Windows color (decimal): -16067533 or 3396618. OLE color: 3396618.

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

Color convert

RGB 10 212 51 -
CMYK 0.95 0 0.76 0.17
HSL 132.18º 0.91% 0.44% -
HSV(B) 132.18º 0.95% 0.83% -
XYZ 24.27 47.39 11 -
YUV 133.25 81.58 40.09 -
System Red Green Blue C M Y K H S L
Decimal 10 212 51 0.95 0 0.76 0.17 132.18 0.91 0.44
Hex A D4 33 5F 0 4C 11 84 5B 2C
Octal 12 324 63 137 0 114 21 204 133 54
Binary 1010 11010100 110011 1011111 0 1001100 10001 10000100 1011011 101100

Color Harmonies of #0AD433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD433

Black with #0AD433

Text Example


Text Example

White with #0AD433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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