Html Css Color HEX #10AB30 Dark Pastel Green

📋 copy color: '#10AB30'

red 16 ◦ green 171 ◦ blue 48

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

Shades of Dark Pastel Green #10AB30

Tints of Dark Pastel Green #10AB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 6.81%
G = 72.77%
B = 20.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#10AB30 (or 0x10AB30) is known color: Dark Pastel Green. HEX triplet: 10, AB and 30. RGB value is (16,171,48). Sum of RGB (Red+Green+Blue) = 16+171+48=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB30 is #EF54CF. Grayscale: #6E6E6E. Windows color (decimal): -15684816 or 3189520. OLE color: 3189520.

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

Color convert

RGB 16 171 48 -
CMYK 0.91 0 0.72 0.33
HSL 132.39º 0.83% 0.37% -
HSV(B) 132.39º 0.91% 0.67% -
XYZ 15.31 29.45 7.67 -
YUV 110.63 92.65 60.5 -
System Red Green Blue C M Y K H S L
Decimal 16 171 48 0.91 0 0.72 0.33 132.39 0.83 0.37
Hex 10 AB 30 5B 0 48 21 84 53 25
Octal 20 253 60 133 0 110 41 204 123 45
Binary 10000 10101011 110000 1011011 0 1001000 100001 10000100 1010011 100101

Color Harmonies of #10AB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB30

Black with #10AB30

Text Example


Text Example

White with #10AB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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