Html Css Color HEX #10A435 Dark Pastel Green

📋 copy color: '#10A435'

red 16 ◦ green 164 ◦ blue 53

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

Shades of Dark Pastel Green #10A435

Tints of Dark Pastel Green #10A435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 70.39%

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 6.87%
G = 70.39%
B = 22.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#10A435 (or 0x10A435) is known color: Dark Pastel Green. HEX triplet: 10, A4 and 35. RGB value is (16,164,53). Sum of RGB (Red+Green+Blue) = 16+164+53=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 164 (64.45% from 255 or 70.39% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 164 - color contains mainly: green. Hex color #10A435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A435 is #EF5BCA. Grayscale: #6B6B6B. Windows color (decimal): -15686603 or 3515408. OLE color: 3515408.

HSL color Cylindrical-coordinate representation of color #10A435: hue angle of 135º 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 #10A435 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 53 -
CMYK 0.90 0 0.68 0.36
HSL 135º 0.82% 0.35% -
HSV(B) 135º 0.9% 0.64% -
XYZ 14.13 26.92 7.82 -
YUV 107.09 97.47 63.03 -
System Red Green Blue C M Y K H S L
Decimal 16 164 53 0.90 0 0.68 0.36 135 0.82 0.35
Hex 10 A4 35 5A 0 44 24 87 52 23
Octal 20 244 65 132 0 104 44 207 122 43
Binary 10000 10100100 110101 1011010 0 1000100 100100 10000111 1010010 100011

Color Harmonies of #10A435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A435

Black with #10A435

Text Example


Text Example

White with #10A435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,53); }

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

background-color css

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

 a { background-color: rgb(16,164,53); }

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

border-color css

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

 span { border-color: rgb(16,164,53); }

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