Html Css Color HEX #AFC304 La Rioja

📋 copy color: '#AFC304'

red 175 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #AFC304

Tints of La Rioja #AFC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 46.79%
G = 52.14%
B = 1.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AFC304 (or 0xAFC304) is known color: La Rioja. HEX triplet: AF, C3 and 04. RGB value is (175,195,4). Sum of RGB (Red+Green+Blue) = 175+195+4=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC304 is #503CFB. Grayscale: #A7A7A7. Windows color (decimal): -5258492 or 312239. OLE color: 312239.

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

Color convert

RGB 175 195 4 -
CMYK 0.10 0 0.98 0.24
HSL 66.28º 0.96% 0.39% -
HSV(B) 66.28º 0.98% 0.76% -
XYZ 37.22 48.15 7.45 -
YUV 167.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 175 195 4 0.10 0 0.98 0.24 66.28 0.96 0.39
Hex AF C3 4 A 0 62 18 42 60 27
Octal 257 303 4 12 0 142 30 102 140 47
Binary 10101111 11000011 100 1010 0 1100010 11000 1000010 1100000 100111

Color Harmonies of #AFC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC304

Black with #AFC304

Text Example


Text Example

White with #AFC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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