Html Css Color HEX #AFC00D La Rioja

📋 copy color: '#AFC00D'

red 175 ◦ green 192 ◦ blue 13

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

Shades of La Rioja #AFC00D

Tints of La Rioja #AFC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 46.05%
G = 50.53%
B = 3.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#AFC00D (or 0xAFC00D) is known color: La Rioja. HEX triplet: AF, C0 and 0D. RGB value is (175,192,13). Sum of RGB (Red+Green+Blue) = 175+192+13=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC00D is #503FF2. Grayscale: #A7A7A7. Windows color (decimal): -5259251 or 901295. OLE color: 901295.

HSL color Cylindrical-coordinate representation of color #AFC00D: hue angle of 65.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC00D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 13 -
CMYK 0.09 0 0.93 0.25
HSL 65.7º 0.87% 0.4% -
HSV(B) 65.7º 0.93% 0.75% -
XYZ 36.6 46.84 7.49 -
YUV 166.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 175 192 13 0.09 0 0.93 0.25 65.7 0.87 0.4
Hex AF C0 D 9 0 5D 19 42 57 28
Octal 257 300 15 11 0 135 31 102 127 50
Binary 10101111 11000000 1101 1001 0 1011101 11001 1000010 1010111 101000

Color Harmonies of #AFC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC00D

Black with #AFC00D

Text Example


Text Example

White with #AFC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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