Html Css Color HEX #AFC004 La Rioja

📋 copy color: '#AFC004'

red 175 ◦ green 192 ◦ blue 4

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

Shades of La Rioja #AFC004

Tints of La Rioja #AFC004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 47.17%
G = 51.75%
B = 1.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#AFC004 (or 0xAFC004) is known color: La Rioja. HEX triplet: AF, C0 and 04. RGB value is (175,192,4). Sum of RGB (Red+Green+Blue) = 175+192+4=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC004 is #503FFB. Grayscale: #A6A6A6. Windows color (decimal): -5259260 or 311471. OLE color: 311471.

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

Color convert

RGB 175 192 4 -
CMYK 0.09 0 0.98 0.25
HSL 65.43º 0.96% 0.38% -
HSV(B) 65.43º 0.98% 0.75% -
XYZ 36.55 46.82 7.23 -
YUV 165.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 175 192 4 0.09 0 0.98 0.25 65.43 0.96 0.38
Hex AF C0 4 9 0 62 19 41 60 26
Octal 257 300 4 11 0 142 31 101 140 46
Binary 10101111 11000000 100 1001 0 1100010 11001 1000001 1100000 100110

Color Harmonies of #AFC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC004

Black with #AFC004

Text Example


Text Example

White with #AFC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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