Html Css Color HEX #10AB3C Dark Pastel Green

📋 copy color: '#10AB3C'

red 16 ◦ green 171 ◦ blue 60

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

Shades of Dark Pastel Green #10AB3C

Tints of Dark Pastel Green #10AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 6.48%
G = 69.23%
B = 24.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#10AB3C (or 0x10AB3C) is known color: Dark Pastel Green. HEX triplet: 10, AB and 3C. RGB value is (16,171,60). Sum of RGB (Red+Green+Blue) = 16+171+60=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 171 (67.19% from 255 or 69.23% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB3C is #EF54C3. Grayscale: #707070. Windows color (decimal): -15684804 or 3975952. OLE color: 3975952.

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

Color convert

RGB 16 171 60 -
CMYK 0.91 0 0.65 0.33
HSL 137.03º 0.83% 0.37% -
HSV(B) 137.03º 0.91% 0.67% -
XYZ 15.59 29.56 9.16 -
YUV 112 98.65 59.53 -
System Red Green Blue C M Y K H S L
Decimal 16 171 60 0.91 0 0.65 0.33 137.03 0.83 0.37
Hex 10 AB 3C 5B 0 41 21 89 53 25
Octal 20 253 74 133 0 101 41 211 123 45
Binary 10000 10101011 111100 1011011 0 1000001 100001 10001001 1010011 100101

Color Harmonies of #10AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB3C

Black with #10AB3C

Text Example


Text Example

White with #10AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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