Html Css Color HEX #10AB26 Dark Pastel Green

📋 copy color: '#10AB26'

red 16 ◦ green 171 ◦ blue 38

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

Shades of Dark Pastel Green #10AB26

Tints of Dark Pastel Green #10AB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.89%

R = 7.11%
G = 76%
B = 16.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#10AB26 (or 0x10AB26) is known color: Dark Pastel Green. HEX triplet: 10, AB and 26. RGB value is (16,171,38). Sum of RGB (Red+Green+Blue) = 16+171+38=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 171 (67.19% from 255 or 76% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB26 is #EF54D9. Grayscale: #6D6D6D. Windows color (decimal): -15684826 or 2534160. OLE color: 2534160.

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

Color convert

RGB 16 171 38 -
CMYK 0.91 0 0.78 0.33
HSL 128.52º 0.83% 0.37% -
HSV(B) 128.52º 0.91% 0.67% -
XYZ 15.13 29.38 6.71 -
YUV 109.49 87.65 61.31 -
System Red Green Blue C M Y K H S L
Decimal 16 171 38 0.91 0 0.78 0.33 128.52 0.83 0.37
Hex 10 AB 26 5B 0 4E 21 81 53 25
Octal 20 253 46 133 0 116 41 201 123 45
Binary 10000 10101011 100110 1011011 0 1001110 100001 10000001 1010011 100101

Color Harmonies of #10AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB26

Black with #10AB26

Text Example


Text Example

White with #10AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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