Html Css Color HEX #AFC40C La Rioja

📋 copy color: '#AFC40C'

red 175 ◦ green 196 ◦ blue 12

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

Shades of La Rioja #AFC40C

Tints of La Rioja #AFC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 45.69%
G = 51.17%
B = 3.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#AFC40C (or 0xAFC40C) is known color: La Rioja. HEX triplet: AF, C4 and 0C. RGB value is (175,196,12). Sum of RGB (Red+Green+Blue) = 175+196+12=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC40C is #503BF3. Grayscale: #A9A9A9. Windows color (decimal): -5258228 or 836783. OLE color: 836783.

HSL color Cylindrical-coordinate representation of color #AFC40C: hue angle of 66.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC40C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 12 -
CMYK 0.11 0 0.94 0.23
HSL 66.85º 0.88% 0.41% -
HSV(B) 66.85º 0.94% 0.77% -
XYZ 37.49 48.62 7.76 -
YUV 168.75 39.54 132.46 -
System Red Green Blue C M Y K H S L
Decimal 175 196 12 0.11 0 0.94 0.23 66.85 0.88 0.41
Hex AF C4 C B 0 5E 17 43 58 29
Octal 257 304 14 13 0 136 27 103 130 51
Binary 10101111 11000100 1100 1011 0 1011110 10111 1000011 1011000 101001

Color Harmonies of #AFC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC40C

Black with #AFC40C

Text Example


Text Example

White with #AFC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC40C; }

 p { color: rgb(175,196,12); }

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

background-color css

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

 a { background-color: rgb(175,196,12); }

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

border-color css

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

 span { border-color: rgb(175,196,12); }

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