Html Css Color HEX #AFC900 La Rioja

📋 copy color: '#AFC900'

red 175 ◦ green 201 ◦ blue 0

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

Shades of La Rioja #AFC900

Tints of La Rioja #AFC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

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

R = 46.54%
G = 53.46%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#AFC900 (or 0xAFC900) is known color: La Rioja. HEX triplet: AF, C9 and 00. RGB value is (175,201,0). Sum of RGB (Red+Green+Blue) = 175+201+0=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC900 is #5036FF. Grayscale: #ABABAB. Windows color (decimal): -5256960 or 51631. OLE color: 51631.

HSL color Cylindrical-coordinate representation of color #AFC900: hue angle of 67.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFC900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 0 -
CMYK 0.13 0 1 0.21
HSL 67.76º 1% 0.39% -
HSV(B) 67.76º 1% 0.79% -
XYZ 38.57 50.89 7.79 -
YUV 170.31 31.89 131.34 -
System Red Green Blue C M Y K H S L
Decimal 175 201 0 0.13 0 1 0.21 67.76 1 0.39
Hex AF C9 0 D 0 64 15 44 64 27
Octal 257 311 0 15 0 144 25 104 144 47
Binary 10101111 11001001 0 1101 0 1100100 10101 1000100 1100100 100111

Color Harmonies of #AFC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC900

Black with #AFC900

Text Example


Text Example

White with #AFC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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