Html Css Color HEX #10AF28 Dark Pastel Green

📋 copy color: '#10AF28'

red 16 ◦ green 175 ◦ blue 40

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

Shades of Dark Pastel Green #10AF28

Tints of Dark Pastel Green #10AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 75.76%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 6.93%
G = 75.76%
B = 17.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#10AF28 (or 0x10AF28) is known color: Dark Pastel Green. HEX triplet: 10, AF and 28. RGB value is (16,175,40). Sum of RGB (Red+Green+Blue) = 16+175+40=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF28 is #EF50D7. Grayscale: #707070. Windows color (decimal): -15683800 or 2666256. OLE color: 2666256.

HSL color Cylindrical-coordinate representation of color #10AF28: hue angle of 129.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF28 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 175 40 -
CMYK 0.91 0 0.77 0.31
HSL 129.06º 0.83% 0.37% -
HSV(B) 129.06º 0.91% 0.69% -
XYZ 15.93 30.92 7.14 -
YUV 112.07 87.32 59.48 -
System Red Green Blue C M Y K H S L
Decimal 16 175 40 0.91 0 0.77 0.31 129.06 0.83 0.37
Hex 10 AF 28 5B 0 4D 1F 81 53 25
Octal 20 257 50 133 0 115 37 201 123 45
Binary 10000 10101111 101000 1011011 0 1001101 11111 10000001 1010011 100101

Color Harmonies of #10AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF28

Black with #10AF28

Text Example


Text Example

White with #10AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,175,40); }

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

background-color css

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

 a { background-color: rgb(16,175,40); }

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

border-color css

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

 span { border-color: rgb(16,175,40); }

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