Html Css Color HEX #AFC908 La Rioja

📋 copy color: '#AFC908'

red 175 ◦ green 201 ◦ blue 8

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

Shades of La Rioja #AFC908

Tints of La Rioja #AFC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

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

R = 45.57%
G = 52.34%
B = 2.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#AFC908 (or 0xAFC908) is known color: La Rioja. HEX triplet: AF, C9 and 08. RGB value is (175,201,8). Sum of RGB (Red+Green+Blue) = 175+201+8=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC908 is #5036F7. Grayscale: #ABABAB. Windows color (decimal): -5256952 or 575919. OLE color: 575919.

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

Color convert

RGB 175 201 8 -
CMYK 0.13 0 0.96 0.21
HSL 68.08º 0.92% 0.41% -
HSV(B) 68.08º 0.96% 0.79% -
XYZ 38.61 50.9 8.02 -
YUV 171.22 35.89 130.69 -
System Red Green Blue C M Y K H S L
Decimal 175 201 8 0.13 0 0.96 0.21 68.08 0.92 0.41
Hex AF C9 8 D 0 60 15 44 5C 29
Octal 257 311 10 15 0 140 25 104 134 51
Binary 10101111 11001001 1000 1101 0 1100000 10101 1000100 1011100 101001

Color Harmonies of #AFC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC908

Black with #AFC908

Text Example


Text Example

White with #AFC908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC908; }

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

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

background-color css

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

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

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

border-color css

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

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

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