Html Css Color HEX #10AB28 Dark Pastel Green

📋 copy color: '#10AB28'

red 16 ◦ green 171 ◦ blue 40

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

Shades of Dark Pastel Green #10AB28

Tints of Dark Pastel Green #10AB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 7.05%
G = 75.33%
B = 17.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#10AB28 (or 0x10AB28) is known color: Dark Pastel Green. HEX triplet: 10, AB and 28. RGB value is (16,171,40). Sum of RGB (Red+Green+Blue) = 16+171+40=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 171 (67.19% from 255 or 75.33% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB28 is #EF54D7. Grayscale: #6E6E6E. Windows color (decimal): -15684824 or 2665232. OLE color: 2665232.

HSL color Cylindrical-coordinate representation of color #10AB28: hue angle of 129.29º 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 #10AB28 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 40 -
CMYK 0.91 0 0.77 0.33
HSL 129.29º 0.83% 0.37% -
HSV(B) 129.29º 0.91% 0.67% -
XYZ 15.16 29.39 6.88 -
YUV 109.72 88.65 61.15 -
System Red Green Blue C M Y K H S L
Decimal 16 171 40 0.91 0 0.77 0.33 129.29 0.83 0.37
Hex 10 AB 28 5B 0 4D 21 81 53 25
Octal 20 253 50 133 0 115 41 201 123 45
Binary 10000 10101011 101000 1011011 0 1001101 100001 10000001 1010011 100101

Color Harmonies of #10AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB28

Black with #10AB28

Text Example


Text Example

White with #10AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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