Html Css Color HEX #AFC007 La Rioja

📋 copy color: '#AFC007'

red 175 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #AFC007

Tints of La Rioja #AFC007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 46.79%
G = 51.34%
B = 1.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#AFC007 (or 0xAFC007) is known color: La Rioja. HEX triplet: AF, C0 and 07. RGB value is (175,192,7). Sum of RGB (Red+Green+Blue) = 175+192+7=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC007 is #503FF8. Grayscale: #A6A6A6. Windows color (decimal): -5259257 or 508079. OLE color: 508079.

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

Color convert

RGB 175 192 7 -
CMYK 0.09 0 0.96 0.25
HSL 65.51º 0.93% 0.39% -
HSV(B) 65.51º 0.96% 0.75% -
XYZ 36.57 46.83 7.31 -
YUV 165.83 38.37 134.54 -
System Red Green Blue C M Y K H S L
Decimal 175 192 7 0.09 0 0.96 0.25 65.51 0.93 0.39
Hex AF C0 7 9 0 60 19 42 5D 27
Octal 257 300 7 11 0 140 31 102 135 47
Binary 10101111 11000000 111 1001 0 1100000 11001 1000010 1011101 100111

Color Harmonies of #AFC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC007

Black with #AFC007

Text Example


Text Example

White with #AFC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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