Html Css Color HEX #10A53B Dark Pastel Green

📋 copy color: '#10A53B'

red 16 ◦ green 165 ◦ blue 59

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

Shades of Dark Pastel Green #10A53B

Tints of Dark Pastel Green #10A53B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.75%

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 6.67%
G = 68.75%
B = 24.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#10A53B (or 0x10A53B) is known color: Dark Pastel Green. HEX triplet: 10, A5 and 3B. RGB value is (16,165,59). Sum of RGB (Red+Green+Blue) = 16+165+59=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #10A53B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A53B is #EF5AC4. Grayscale: #6C6C6C. Windows color (decimal): -15686341 or 3908880. OLE color: 3908880.

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

Color convert

RGB 16 165 59 -
CMYK 0.90 0 0.64 0.35
HSL 137.32º 0.82% 0.35% -
HSV(B) 137.32º 0.9% 0.65% -
XYZ 14.46 27.34 8.65 -
YUV 108.37 100.14 62.12 -
System Red Green Blue C M Y K H S L
Decimal 16 165 59 0.90 0 0.64 0.35 137.32 0.82 0.35
Hex 10 A5 3B 5A 0 40 23 89 52 23
Octal 20 245 73 132 0 100 43 211 122 43
Binary 10000 10100101 111011 1011010 0 1000000 100011 10001001 1010010 100011

Color Harmonies of #10A53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A53B

Black with #10A53B

Text Example


Text Example

White with #10A53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,165,59); }

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

background-color css

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

 a { background-color: rgb(16,165,59); }

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

border-color css

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

 span { border-color: rgb(16,165,59); }

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