Html Css Color HEX #AFC30C La Rioja

📋 copy color: '#AFC30C'

red 175 ◦ green 195 ◦ blue 12

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

Shades of La Rioja #AFC30C

Tints of La Rioja #AFC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 45.81%
G = 51.05%
B = 3.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AFC30C (or 0xAFC30C) is known color: La Rioja. HEX triplet: AF, C3 and 0C. RGB value is (175,195,12). Sum of RGB (Red+Green+Blue) = 175+195+12=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC30C is #503CF3. Grayscale: #A8A8A8. Windows color (decimal): -5258484 or 836527. OLE color: 836527.

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

Color convert

RGB 175 195 12 -
CMYK 0.10 0 0.94 0.24
HSL 66.56º 0.88% 0.41% -
HSV(B) 66.56º 0.94% 0.76% -
XYZ 37.26 48.17 7.68 -
YUV 168.16 39.87 132.88 -
System Red Green Blue C M Y K H S L
Decimal 175 195 12 0.10 0 0.94 0.24 66.56 0.88 0.41
Hex AF C3 C A 0 5E 18 43 58 29
Octal 257 303 14 12 0 136 30 103 130 51
Binary 10101111 11000011 1100 1010 0 1011110 11000 1000011 1011000 101001

Color Harmonies of #AFC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC30C

Black with #AFC30C

Text Example


Text Example

White with #AFC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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