Html Css Color HEX #10A230 Dark Pastel Green

📋 copy color: '#10A230'

red 16 ◦ green 162 ◦ blue 48

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

Shades of Dark Pastel Green #10A230

Tints of Dark Pastel Green #10A230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 71.68%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 7.08%
G = 71.68%
B = 21.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#10A230 (or 0x10A230) is known color: Dark Pastel Green. HEX triplet: 10, A2 and 30. RGB value is (16,162,48). Sum of RGB (Red+Green+Blue) = 16+162+48=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #10A230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A230 is #EF5DCF. Grayscale: #696969. Windows color (decimal): -15687120 or 3187216. OLE color: 3187216.

HSL color Cylindrical-coordinate representation of color #10A230: hue angle of 133.15º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A230 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 162 48 -
CMYK 0.90 0 0.70 0.36
HSL 133.15º 0.82% 0.35% -
HSV(B) 133.15º 0.9% 0.64% -
XYZ 13.67 26.16 7.13 -
YUV 105.35 95.63 64.27 -
System Red Green Blue C M Y K H S L
Decimal 16 162 48 0.90 0 0.70 0.36 133.15 0.82 0.35
Hex 10 A2 30 5A 0 46 24 85 52 23
Octal 20 242 60 132 0 106 44 205 122 43
Binary 10000 10100010 110000 1011010 0 1000110 100100 10000101 1010010 100011

Color Harmonies of #10A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A230

Black with #10A230

Text Example


Text Example

White with #10A230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,162,48); }

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

background-color css

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

 a { background-color: rgb(16,162,48); }

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

border-color css

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

 span { border-color: rgb(16,162,48); }

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