Html Css Color HEX #AFC30F La Rioja

📋 copy color: '#AFC30F'

red 175 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #AFC30F

Tints of La Rioja #AFC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 45.45%
G = 50.65%
B = 3.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AFC30F (or 0xAFC30F) is known color: La Rioja. HEX triplet: AF, C3 and 0F. RGB value is (175,195,15). Sum of RGB (Red+Green+Blue) = 175+195+15=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC30F is #503CF0. Grayscale: #A9A9A9. Windows color (decimal): -5258481 or 1033135. OLE color: 1033135.

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

Color convert

RGB 175 195 15 -
CMYK 0.10 0 0.92 0.24
HSL 66.67º 0.86% 0.41% -
HSV(B) 66.67º 0.92% 0.76% -
XYZ 37.28 48.18 7.79 -
YUV 168.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 175 195 15 0.10 0 0.92 0.24 66.67 0.86 0.41
Hex AF C3 F A 0 5C 18 43 56 29
Octal 257 303 17 12 0 134 30 103 126 51
Binary 10101111 11000011 1111 1010 0 1011100 11000 1000011 1010110 101001

Color Harmonies of #AFC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC30F

Black with #AFC30F

Text Example


Text Example

White with #AFC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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