Html Css Color HEX #AFC40F La Rioja

📋 copy color: '#AFC40F'

red 175 ◦ green 196 ◦ blue 15

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

Shades of La Rioja #AFC40F

Tints of La Rioja #AFC40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 45.34%
G = 50.78%
B = 3.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#AFC40F (or 0xAFC40F) is known color: La Rioja. HEX triplet: AF, C4 and 0F. RGB value is (175,196,15). Sum of RGB (Red+Green+Blue) = 175+196+15=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC40F is #503BF0. Grayscale: #A9A9A9. Windows color (decimal): -5258225 or 1033391. OLE color: 1033391.

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

Color convert

RGB 175 196 15 -
CMYK 0.11 0 0.92 0.23
HSL 66.96º 0.86% 0.41% -
HSV(B) 66.96º 0.92% 0.77% -
XYZ 37.51 48.63 7.86 -
YUV 169.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 175 196 15 0.11 0 0.92 0.23 66.96 0.86 0.41
Hex AF C4 F B 0 5C 17 43 56 29
Octal 257 304 17 13 0 134 27 103 126 51
Binary 10101111 11000100 1111 1011 0 1011100 10111 1000011 1010110 101001

Color Harmonies of #AFC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC40F

Black with #AFC40F

Text Example


Text Example

White with #AFC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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