Html Css Color HEX #AFD100 La Rioja

📋 copy color: '#AFD100'

red 175 ◦ green 209 ◦ blue 0

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

Shades of La Rioja #AFD100

Tints of La Rioja #AFD100

RGB

 RED value IS 175 (68.75% from 255) = 45.57%

 GREEN value IS 209 (82.03% from 255) = 54.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.57%
G = 54.43%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#AFD100 (or 0xAFD100) is known color: La Rioja. HEX triplet: AF, D1 and 00. RGB value is (175,209,0). Sum of RGB (Red+Green+Blue) = 175+209+0=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD100 is #502EFF. Grayscale: #AFAFAF. Windows color (decimal): -5254912 or 53679. OLE color: 53679.

HSL color Cylindrical-coordinate representation of color #AFD100: hue angle of 69.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 0 -
CMYK 0.16 0 1 0.18
HSL 69.76º 1% 0.41% -
HSV(B) 69.76º 1% 0.82% -
XYZ 40.48 54.71 8.43 -
YUV 175.01 29.24 127.99 -
System Red Green Blue C M Y K H S L
Decimal 175 209 0 0.16 0 1 0.18 69.76 1 0.41
Hex AF D1 0 10 0 64 12 46 64 29
Octal 257 321 0 20 0 144 22 106 144 51
Binary 10101111 11010001 0 10000 0 1100100 10010 1000110 1100100 101001

Color Harmonies of #AFD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD100

Black with #AFD100

Text Example


Text Example

White with #AFD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD100; }

 p { color: rgb(175,209,0); }

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

background-color css

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

 a { background-color: rgb(175,209,0); }

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

border-color css

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

 span { border-color: rgb(175,209,0); }

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