Html Css Color HEX #10AB2A Dark Pastel Green

📋 copy color: '#10AB2A'

red 16 ◦ green 171 ◦ blue 42

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

Shades of Dark Pastel Green #10AB2A

Tints of Dark Pastel Green #10AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 74.67%

 BLUE value IS 42 (16.8% from 255) = 18.34%

R = 6.99%
G = 74.67%
B = 18.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#10AB2A (or 0x10AB2A) is known color: Dark Pastel Green. HEX triplet: 10, AB and 2A. RGB value is (16,171,42). Sum of RGB (Red+Green+Blue) = 16+171+42=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB2A is #EF54D5. Grayscale: #6E6E6E. Windows color (decimal): -15684822 or 2796304. OLE color: 2796304.

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

Color convert

RGB 16 171 42 -
CMYK 0.91 0 0.75 0.33
HSL 130.06º 0.83% 0.37% -
HSV(B) 130.06º 0.91% 0.67% -
XYZ 15.19 29.4 7.07 -
YUV 109.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 16 171 42 0.91 0 0.75 0.33 130.06 0.83 0.37
Hex 10 AB 2A 5B 0 4B 21 82 53 25
Octal 20 253 52 133 0 113 41 202 123 45
Binary 10000 10101011 101010 1011011 0 1001011 100001 10000010 1010011 100101

Color Harmonies of #10AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB2A

Black with #10AB2A

Text Example


Text Example

White with #10AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,42); }

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

background-color css

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

 a { background-color: rgb(16,171,42); }

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

border-color css

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

 span { border-color: rgb(16,171,42); }

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