Html Css Color HEX #AFCF01 La Rioja

📋 copy color: '#AFCF01'

red 175 ◦ green 207 ◦ blue 1

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

Shades of La Rioja #AFCF01

Tints of La Rioja #AFCF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.05%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 45.69%
G = 54.05%
B = 0.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#AFCF01 (or 0xAFCF01) is known color: La Rioja. HEX triplet: AF, CF and 01. RGB value is (175,207,1). Sum of RGB (Red+Green+Blue) = 175+207+1=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF01 is #5030FE. Grayscale: #AEAEAE. Windows color (decimal): -5255423 or 118703. OLE color: 118703.

HSL color Cylindrical-coordinate representation of color #AFCF01: hue angle of 69.32º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFCF01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 1 -
CMYK 0.15 0 1.00 0.19
HSL 69.32º 0.99% 0.41% -
HSV(B) 69.32º 1% 0.81% -
XYZ 40 53.74 8.29 -
YUV 173.95 30.4 128.75 -
System Red Green Blue C M Y K H S L
Decimal 175 207 1 0.15 0 1.00 0.19 69.32 0.99 0.41
Hex AF CF 1 F 0 64 13 45 63 29
Octal 257 317 1 17 0 144 23 105 143 51
Binary 10101111 11001111 1 1111 0 1100100 10011 1000101 1100011 101001

Color Harmonies of #AFCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF01

Black with #AFCF01

Text Example


Text Example

White with #AFCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF01; }

 p { color: rgb(175,207,1); }

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

background-color css

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

 a { background-color: rgb(175,207,1); }

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

border-color css

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

 span { border-color: rgb(175,207,1); }

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