Html Css Color HEX #AFC300 La Rioja

📋 copy color: '#AFC300'

red 175 ◦ green 195 ◦ blue 0

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

Shades of La Rioja #AFC300

Tints of La Rioja #AFC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.7%

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

R = 47.3%
G = 52.7%
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

#AFC300 (or 0xAFC300) is known color: La Rioja. HEX triplet: AF, C3 and 00. RGB value is (175,195,0). Sum of RGB (Red+Green+Blue) = 175+195+0=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC300 is #503CFF. Grayscale: #A7A7A7. Windows color (decimal): -5258496 or 50095. OLE color: 50095.

HSL color Cylindrical-coordinate representation of color #AFC300: hue angle of 66.15º 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 #AFC300 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 0 -
CMYK 0.10 0 1 0.24
HSL 66.15º 1% 0.38% -
HSV(B) 66.15º 1% 0.76% -
XYZ 37.19 48.14 7.33 -
YUV 166.79 33.87 133.86 -
System Red Green Blue C M Y K H S L
Decimal 175 195 0 0.10 0 1 0.24 66.15 1 0.38
Hex AF C3 0 A 0 64 18 42 64 26
Octal 257 303 0 12 0 144 30 102 144 46
Binary 10101111 11000011 0 1010 0 1100100 11000 1000010 1100100 100110

Color Harmonies of #AFC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC300

Black with #AFC300

Text Example


Text Example

White with #AFC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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