Html Css Color HEX #AFC20D La Rioja

📋 copy color: '#AFC20D'

red 175 ◦ green 194 ◦ blue 13

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

Shades of La Rioja #AFC20D

Tints of La Rioja #AFC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 45.81%
G = 50.79%
B = 3.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#AFC20D (or 0xAFC20D) is known color: La Rioja. HEX triplet: AF, C2 and 0D. RGB value is (175,194,13). Sum of RGB (Red+Green+Blue) = 175+194+13=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC20D is #503DF2. Grayscale: #A8A8A8. Windows color (decimal): -5258739 or 901807. OLE color: 901807.

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

Color convert

RGB 175 194 13 -
CMYK 0.10 0 0.93 0.24
HSL 66.3º 0.87% 0.41% -
HSV(B) 66.3º 0.93% 0.76% -
XYZ 37.04 47.73 7.64 -
YUV 167.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 175 194 13 0.10 0 0.93 0.24 66.3 0.87 0.41
Hex AF C2 D A 0 5D 18 42 57 29
Octal 257 302 15 12 0 135 30 102 127 51
Binary 10101111 11000010 1101 1010 0 1011101 11000 1000010 1010111 101001

Color Harmonies of #AFC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC20D

Black with #AFC20D

Text Example


Text Example

White with #AFC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC20D; }

 p { color: rgb(175,194,13); }

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

background-color css

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

 a { background-color: rgb(175,194,13); }

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

border-color css

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

 span { border-color: rgb(175,194,13); }

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