Html Css Color HEX #AFCA00 La Rioja

📋 copy color: '#AFCA00'

red 175 ◦ green 202 ◦ blue 0

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

Shades of La Rioja #AFCA00

Tints of La Rioja #AFCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.58%

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

R = 46.42%
G = 53.58%
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

#AFCA00 (or 0xAFCA00) is known color: La Rioja. HEX triplet: AF, CA and 00. RGB value is (175,202,0). Sum of RGB (Red+Green+Blue) = 175+202+0=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA00 is #5035FF. Grayscale: #ABABAB. Windows color (decimal): -5256704 or 51887. OLE color: 51887.

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

Color convert

RGB 175 202 0 -
CMYK 0.13 0 1 0.21
HSL 68.02º 1% 0.4% -
HSV(B) 68.02º 1% 0.79% -
XYZ 38.8 51.36 7.87 -
YUV 170.9 31.55 130.93 -
System Red Green Blue C M Y K H S L
Decimal 175 202 0 0.13 0 1 0.21 68.02 1 0.4
Hex AF CA 0 D 0 64 15 44 64 28
Octal 257 312 0 15 0 144 25 104 144 50
Binary 10101111 11001010 0 1101 0 1100100 10101 1000100 1100100 101000

Color Harmonies of #AFCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA00

Black with #AFCA00

Text Example


Text Example

White with #AFCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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