Html Css Color HEX #AFC303 La Rioja

📋 copy color: '#AFC303'

red 175 ◦ green 195 ◦ blue 3

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

Shades of La Rioja #AFC303

Tints of La Rioja #AFC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.28%

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

R = 46.92%
G = 52.28%
B = 0.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AFC303 (or 0xAFC303) is known color: La Rioja. HEX triplet: AF, C3 and 03. RGB value is (175,195,3). Sum of RGB (Red+Green+Blue) = 175+195+3=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC303 is #503CFC. Grayscale: #A7A7A7. Windows color (decimal): -5258493 or 246703. OLE color: 246703.

HSL color Cylindrical-coordinate representation of color #AFC303: hue angle of 66.25º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC303 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 3 -
CMYK 0.10 0 0.98 0.24
HSL 66.25º 0.97% 0.39% -
HSV(B) 66.25º 0.98% 0.76% -
XYZ 37.21 48.15 7.42 -
YUV 167.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 175 195 3 0.10 0 0.98 0.24 66.25 0.97 0.39
Hex AF C3 3 A 0 62 18 42 61 27
Octal 257 303 3 12 0 142 30 102 141 47
Binary 10101111 11000011 11 1010 0 1100010 11000 1000010 1100001 100111

Color Harmonies of #AFC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC303

Black with #AFC303

Text Example


Text Example

White with #AFC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC303; }

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

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

background-color css

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

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

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

border-color css

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

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

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