Html Css Color HEX #AFC708 La Rioja

📋 copy color: '#AFC708'

red 175 ◦ green 199 ◦ blue 8

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

Shades of La Rioja #AFC708

Tints of La Rioja #AFC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.09%

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 45.81%
G = 52.09%
B = 2.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#AFC708 (or 0xAFC708) is known color: La Rioja. HEX triplet: AF, C7 and 08. RGB value is (175,199,8). Sum of RGB (Red+Green+Blue) = 175+199+8=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC708 is #5038F7. Grayscale: #AAAAAA. Windows color (decimal): -5257464 or 575407. OLE color: 575407.

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

Color convert

RGB 175 199 8 -
CMYK 0.12 0 0.96 0.22
HSL 67.54º 0.92% 0.41% -
HSV(B) 67.54º 0.96% 0.78% -
XYZ 38.15 49.98 7.87 -
YUV 170.05 36.55 131.53 -
System Red Green Blue C M Y K H S L
Decimal 175 199 8 0.12 0 0.96 0.22 67.54 0.92 0.41
Hex AF C7 8 C 0 60 16 44 5C 29
Octal 257 307 10 14 0 140 26 104 134 51
Binary 10101111 11000111 1000 1100 0 1100000 10110 1000100 1011100 101001

Color Harmonies of #AFC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC708

Black with #AFC708

Text Example


Text Example

White with #AFC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC708; }

 p { color: rgb(175,199,8); }

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

background-color css

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

 a { background-color: rgb(175,199,8); }

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

border-color css

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

 span { border-color: rgb(175,199,8); }

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