Html Css Color HEX #10AF1F Dark Pastel Green

📋 copy color: '#10AF1F'

red 16 ◦ green 175 ◦ blue 31

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

Shades of Dark Pastel Green #10AF1F

Tints of Dark Pastel Green #10AF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 7.21%
G = 78.83%
B = 13.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#10AF1F (or 0x10AF1F) is known color: Dark Pastel Green. HEX triplet: 10, AF and 1F. RGB value is (16,175,31). Sum of RGB (Red+Green+Blue) = 16+175+31=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF1F is #EF50E0. Grayscale: #6F6F6F. Windows color (decimal): -15683809 or 2076432. OLE color: 2076432.

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

Color convert

RGB 16 175 31 -
CMYK 0.91 0 0.82 0.31
HSL 125.66º 0.83% 0.37% -
HSV(B) 125.66º 0.91% 0.69% -
XYZ 15.79 30.87 6.42 -
YUV 111.04 82.82 60.21 -
System Red Green Blue C M Y K H S L
Decimal 16 175 31 0.91 0 0.82 0.31 125.66 0.83 0.37
Hex 10 AF 1F 5B 0 52 1F 7E 53 25
Octal 20 257 37 133 0 122 37 176 123 45
Binary 10000 10101111 11111 1011011 0 1010010 11111 1111110 1010011 100101

Color Harmonies of #10AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF1F

Black with #10AF1F

Text Example


Text Example

White with #10AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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