Html Css Color HEX #10AB34 Dark Pastel Green

📋 copy color: '#10AB34'

red 16 ◦ green 171 ◦ blue 52

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

Shades of Dark Pastel Green #10AB34

Tints of Dark Pastel Green #10AB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 6.69%
G = 71.55%
B = 21.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#10AB34 (or 0x10AB34) is known color: Dark Pastel Green. HEX triplet: 10, AB and 34. RGB value is (16,171,52). Sum of RGB (Red+Green+Blue) = 16+171+52=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB34 is #EF54CB. Grayscale: #6F6F6F. Windows color (decimal): -15684812 or 3451664. OLE color: 3451664.

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

Color convert

RGB 16 171 52 -
CMYK 0.91 0 0.70 0.33
HSL 133.94º 0.83% 0.37% -
HSV(B) 133.94º 0.91% 0.67% -
XYZ 15.4 29.48 8.13 -
YUV 111.09 94.65 60.18 -
System Red Green Blue C M Y K H S L
Decimal 16 171 52 0.91 0 0.70 0.33 133.94 0.83 0.37
Hex 10 AB 34 5B 0 46 21 86 53 25
Octal 20 253 64 133 0 106 41 206 123 45
Binary 10000 10101011 110100 1011011 0 1000110 100001 10000110 1010011 100101

Color Harmonies of #10AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB34

Black with #10AB34

Text Example


Text Example

White with #10AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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