Html Css Color HEX #AFCC04 La Rioja

📋 copy color: '#AFCC04'

red 175 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #AFCC04

Tints of La Rioja #AFCC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.26%

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

R = 45.69%
G = 53.26%
B = 1.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#AFCC04 (or 0xAFCC04) is known color: La Rioja. HEX triplet: AF, CC and 04. RGB value is (175,204,4). Sum of RGB (Red+Green+Blue) = 175+204+4=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC04 is #5033FB. Grayscale: #ADADAD. Windows color (decimal): -5256188 or 314543. OLE color: 314543.

HSL color Cylindrical-coordinate representation of color #AFCC04: hue angle of 68.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFCC04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 4 -
CMYK 0.14 0 0.98 0.2
HSL 68.7º 0.96% 0.41% -
HSV(B) 68.7º 0.98% 0.8% -
XYZ 39.29 52.31 8.14 -
YUV 172.53 32.89 129.76 -
System Red Green Blue C M Y K H S L
Decimal 175 204 4 0.14 0 0.98 0.2 68.7 0.96 0.41
Hex AF CC 4 E 0 62 14 45 60 29
Octal 257 314 4 16 0 142 24 105 140 51
Binary 10101111 11001100 100 1110 0 1100010 10100 1000101 1100000 101001

Color Harmonies of #AFCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC04

Black with #AFCC04

Text Example


Text Example

White with #AFCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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