Html Css Color HEX #AFC600 La Rioja

📋 copy color: '#AFC600'

red 175 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #AFC600

Tints of La Rioja #AFC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.08%

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

R = 46.92%
G = 53.08%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#AFC600 (or 0xAFC600) is known color: La Rioja. HEX triplet: AF, C6 and 00. RGB value is (175,198,0). Sum of RGB (Red+Green+Blue) = 175+198+0=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC600 is #5039FF. Grayscale: #A9A9A9. Windows color (decimal): -5257728 or 50863. OLE color: 50863.

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

Color convert

RGB 175 198 0 -
CMYK 0.12 0 1 0.22
HSL 66.97º 1% 0.39% -
HSV(B) 66.97º 1% 0.78% -
XYZ 37.87 49.5 7.56 -
YUV 168.55 32.88 132.6 -
System Red Green Blue C M Y K H S L
Decimal 175 198 0 0.12 0 1 0.22 66.97 1 0.39
Hex AF C6 0 C 0 64 16 43 64 27
Octal 257 306 0 14 0 144 26 103 144 47
Binary 10101111 11000110 0 1100 0 1100100 10110 1000011 1100100 100111

Color Harmonies of #AFC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC600

Black with #AFC600

Text Example


Text Example

White with #AFC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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