Html Css Color HEX #10AB2B Dark Pastel Green

📋 copy color: '#10AB2B'

red 16 ◦ green 171 ◦ blue 43

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

Shades of Dark Pastel Green #10AB2B

Tints of Dark Pastel Green #10AB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 6.96%
G = 74.35%
B = 18.7%

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

#10AB2B (or 0x10AB2B) is known color: Dark Pastel Green. HEX triplet: 10, AB and 2B. RGB value is (16,171,43). Sum of RGB (Red+Green+Blue) = 16+171+43=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB2B is #EF54D4. Grayscale: #6E6E6E. Windows color (decimal): -15684821 or 2861840. OLE color: 2861840.

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

Color convert

RGB 16 171 43 -
CMYK 0.91 0 0.75 0.33
HSL 130.45º 0.83% 0.37% -
HSV(B) 130.45º 0.91% 0.67% -
XYZ 15.21 29.41 7.16 -
YUV 110.06 90.15 60.91 -
System Red Green Blue C M Y K H S L
Decimal 16 171 43 0.91 0 0.75 0.33 130.45 0.83 0.37
Hex 10 AB 2B 5B 0 4B 21 82 53 25
Octal 20 253 53 133 0 113 41 202 123 45
Binary 10000 10101011 101011 1011011 0 1001011 100001 10000010 1010011 100101

Color Harmonies of #10AB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB2B

Black with #10AB2B

Text Example


Text Example

White with #10AB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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