Html Css Color HEX #10AF30 Dark Pastel Green

📋 copy color: '#10AF30'

red 16 ◦ green 175 ◦ blue 48

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

Shades of Dark Pastel Green #10AF30

Tints of Dark Pastel Green #10AF30

RGB

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

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

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

R = 6.69%
G = 73.22%
B = 20.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#10AF30 (or 0x10AF30) is known color: Dark Pastel Green. HEX triplet: 10, AF and 30. RGB value is (16,175,48). Sum of RGB (Red+Green+Blue) = 16+175+48=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF30 is #EF50CF. Grayscale: #717171. Windows color (decimal): -15683792 or 3190544. OLE color: 3190544.

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

Color convert

RGB 16 175 48 -
CMYK 0.91 0 0.73 0.31
HSL 132.08º 0.83% 0.37% -
HSV(B) 132.08º 0.91% 0.69% -
XYZ 16.08 30.98 7.93 -
YUV 112.98 91.32 58.83 -
System Red Green Blue C M Y K H S L
Decimal 16 175 48 0.91 0 0.73 0.31 132.08 0.83 0.37
Hex 10 AF 30 5B 0 49 1F 84 53 25
Octal 20 257 60 133 0 111 37 204 123 45
Binary 10000 10101111 110000 1011011 0 1001001 11111 10000100 1010011 100101

Color Harmonies of #10AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF30

Black with #10AF30

Text Example


Text Example

White with #10AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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