Html Css Color HEX #AFC60A La Rioja

📋 copy color: '#AFC60A'

red 175 ◦ green 198 ◦ blue 10

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

Shades of La Rioja #AFC60A

Tints of La Rioja #AFC60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.7%

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

R = 45.69%
G = 51.7%
B = 2.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#AFC60A (or 0xAFC60A) is known color: La Rioja. HEX triplet: AF, C6 and 0A. RGB value is (175,198,10). Sum of RGB (Red+Green+Blue) = 175+198+10=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC60A is #5039F5. Grayscale: #AAAAAA. Windows color (decimal): -5257718 or 706223. OLE color: 706223.

HSL color Cylindrical-coordinate representation of color #AFC60A: hue angle of 67.34º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFC60A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 10 -
CMYK 0.12 0 0.95 0.22
HSL 67.34º 0.9% 0.41% -
HSV(B) 67.34º 0.95% 0.78% -
XYZ 37.93 49.52 7.85 -
YUV 169.69 37.88 131.79 -
System Red Green Blue C M Y K H S L
Decimal 175 198 10 0.12 0 0.95 0.22 67.34 0.9 0.41
Hex AF C6 A C 0 5F 16 43 5A 29
Octal 257 306 12 14 0 137 26 103 132 51
Binary 10101111 11000110 1010 1100 0 1011111 10110 1000011 1011010 101001

Color Harmonies of #AFC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC60A

Black with #AFC60A

Text Example


Text Example

White with #AFC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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