Html Css Color HEX #AFC10A La Rioja

📋 copy color: '#AFC10A'

red 175 ◦ green 193 ◦ blue 10

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

Shades of La Rioja #AFC10A

Tints of La Rioja #AFC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.06%

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 46.3%
G = 51.06%
B = 2.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#AFC10A (or 0xAFC10A) is known color: La Rioja. HEX triplet: AF, C1 and 0A. RGB value is (175,193,10). Sum of RGB (Red+Green+Blue) = 175+193+10=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC10A is #503EF5. Grayscale: #A7A7A7. Windows color (decimal): -5258998 or 704943. OLE color: 704943.

HSL color Cylindrical-coordinate representation of color #AFC10A: hue angle of 65.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFC10A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 10 -
CMYK 0.09 0 0.95 0.24
HSL 65.9º 0.9% 0.4% -
HSV(B) 65.9º 0.95% 0.76% -
XYZ 36.8 47.28 7.47 -
YUV 166.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 175 193 10 0.09 0 0.95 0.24 65.9 0.9 0.4
Hex AF C1 A 9 0 5F 18 42 5A 28
Octal 257 301 12 11 0 137 30 102 132 50
Binary 10101111 11000001 1010 1001 0 1011111 11000 1000010 1011010 101000

Color Harmonies of #AFC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC10A

Black with #AFC10A

Text Example


Text Example

White with #AFC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC10A; }

 p { color: rgb(175,193,10); }

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

background-color css

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

 a { background-color: rgb(175,193,10); }

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

border-color css

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

 span { border-color: rgb(175,193,10); }

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