Html Css Color HEX #AFC003 La Rioja

📋 copy color: '#AFC003'

red 175 ◦ green 192 ◦ blue 3

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

Shades of La Rioja #AFC003

Tints of La Rioja #AFC003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 47.3%
G = 51.89%
B = 0.81%

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

#AFC003 (or 0xAFC003) is known color: La Rioja. HEX triplet: AF, C0 and 03. RGB value is (175,192,3). Sum of RGB (Red+Green+Blue) = 175+192+3=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC003 is #503FFC. Grayscale: #A6A6A6. Windows color (decimal): -5259261 or 245935. OLE color: 245935.

HSL color Cylindrical-coordinate representation of color #AFC003: hue angle of 65.4º degrees, saturation: 0.97, 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 #AFC003 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 3 -
CMYK 0.09 0 0.98 0.25
HSL 65.4º 0.97% 0.38% -
HSV(B) 65.4º 0.98% 0.75% -
XYZ 36.55 46.82 7.2 -
YUV 165.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 175 192 3 0.09 0 0.98 0.25 65.4 0.97 0.38
Hex AF C0 3 9 0 62 19 41 61 26
Octal 257 300 3 11 0 142 31 101 141 46
Binary 10101111 11000000 11 1001 0 1100010 11001 1000001 1100001 100110

Color Harmonies of #AFC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC003

Black with #AFC003

Text Example


Text Example

White with #AFC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC003; }

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

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

background-color css

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

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

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

border-color css

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

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

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