Html Css Color HEX #10AA38 Dark Pastel Green

📋 copy color: '#10AA38'

red 16 ◦ green 170 ◦ blue 56

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

Shades of Dark Pastel Green #10AA38

Tints of Dark Pastel Green #10AA38

RGB

 RED value IS 16 (6.64% from 255) = 6.61%

 GREEN value IS 170 (66.8% from 255) = 70.25%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 6.61%
G = 70.25%
B = 23.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#10AA38 (or 0x10AA38) is known color: Dark Pastel Green. HEX triplet: 10, AA and 38. RGB value is (16,170,56). Sum of RGB (Red+Green+Blue) = 16+170+56=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA38 is #EF55C7. Grayscale: #6F6F6F. Windows color (decimal): -15685064 or 3713552. OLE color: 3713552.

HSL color Cylindrical-coordinate representation of color #10AA38: hue angle of 135.58º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA38 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 56 -
CMYK 0.91 0 0.67 0.33
HSL 135.58º 0.83% 0.36% -
HSV(B) 135.58º 0.91% 0.67% -
XYZ 15.3 29.15 8.56 -
YUV 110.96 96.98 60.27 -
System Red Green Blue C M Y K H S L
Decimal 16 170 56 0.91 0 0.67 0.33 135.58 0.83 0.36
Hex 10 AA 38 5B 0 43 21 88 53 24
Octal 20 252 70 133 0 103 41 210 123 44
Binary 10000 10101010 111000 1011011 0 1000011 100001 10001000 1010011 100100

Color Harmonies of #10AA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA38

Black with #10AA38

Text Example


Text Example

White with #10AA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AA38; }

 p { color: rgb(16,170,56); }

 H1.HeaderClassName
 {
   color: #10AA38;
 }
 .AnyTagClassName
 {
   color: #10AA38;
 }
</style>

background-color css

<style>
 a { background-color: #10AA38; }

 a { background-color: rgb(16,170,56); }

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

border-color css

<style>
 span { border-color: #10AA38; }

 span { border-color: rgb(16,170,56); }

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