Html Css Color HEX #AFC200 La Rioja

📋 copy color: '#AFC200'

red 175 ◦ green 194 ◦ blue 0

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

Shades of La Rioja #AFC200

Tints of La Rioja #AFC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.57%

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

R = 47.43%
G = 52.57%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#AFC200 (or 0xAFC200) is known color: La Rioja. HEX triplet: AF, C2 and 00. RGB value is (175,194,0). Sum of RGB (Red+Green+Blue) = 175+194+0=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC200 is #503DFF. Grayscale: #A6A6A6. Windows color (decimal): -5258752 or 49839. OLE color: 49839.

HSL color Cylindrical-coordinate representation of color #AFC200: hue angle of 65.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFC200 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 0 -
CMYK 0.10 0 1 0.24
HSL 65.88º 1% 0.38% -
HSV(B) 65.88º 1% 0.76% -
XYZ 36.97 47.7 7.26 -
YUV 166.2 34.21 134.27 -
System Red Green Blue C M Y K H S L
Decimal 175 194 0 0.10 0 1 0.24 65.88 1 0.38
Hex AF C2 0 A 0 64 18 42 64 26
Octal 257 302 0 12 0 144 30 102 144 46
Binary 10101111 11000010 0 1010 0 1100100 11000 1000010 1100100 100110

Color Harmonies of #AFC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC200

Black with #AFC200

Text Example


Text Example

White with #AFC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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