Html Css Color HEX #10AB41 Dark Pastel Green

📋 copy color: '#10AB41'

red 16 ◦ green 171 ◦ blue 65

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

Shades of Dark Pastel Green #10AB41

Tints of Dark Pastel Green #10AB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 6.35%
G = 67.86%
B = 25.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#10AB41 (or 0x10AB41) is known color: Dark Pastel Green. HEX triplet: 10, AB and 41. RGB value is (16,171,65). Sum of RGB (Red+Green+Blue) = 16+171+65=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 171 (67.19% from 255 or 67.86% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB41 is #EF54BE. Grayscale: #707070. Windows color (decimal): -15684799 or 4303632. OLE color: 4303632.

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

Color convert

RGB 16 171 65 -
CMYK 0.91 0 0.62 0.33
HSL 138.97º 0.83% 0.37% -
HSV(B) 138.97º 0.91% 0.67% -
XYZ 15.73 29.62 9.89 -
YUV 112.57 101.15 59.12 -
System Red Green Blue C M Y K H S L
Decimal 16 171 65 0.91 0 0.62 0.33 138.97 0.83 0.37
Hex 10 AB 41 5B 0 3E 21 8B 53 25
Octal 20 253 101 133 0 76 41 213 123 45
Binary 10000 10101011 1000001 1011011 0 111110 100001 10001011 1010011 100101

Color Harmonies of #10AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB41

Black with #10AB41

Text Example


Text Example

White with #10AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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