Html Css Color HEX #AFAD00 Citrus

📋 copy color: '#AFAD00'

red 175 ◦ green 173 ◦ blue 0

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

Shades of Citrus #AFAD00

Tints of Citrus #AFAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.29%
G = 49.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AFAD00 (or 0xAFAD00) is known color: Citrus. HEX triplet: AF, AD and 00. RGB value is (175,173,0). Sum of RGB (Red+Green+Blue) = 175+173+0=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAD00 is #5052FF. Grayscale: #9A9A9A. Windows color (decimal): -5264128 or 44463. OLE color: 44463.

HSL color Cylindrical-coordinate representation of color #AFAD00: hue angle of 59.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFAD00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 173 0 -
CMYK 0 0.01 1 0.31
HSL 59.31º 1% 0.34% -
HSV(B) 59.31º 1% 0.69% -
XYZ 32.62 39 5.81 -
YUV 153.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 175 173 0 0 0.01 1 0.31 59.31 1 0.34
Hex AF AD 0 0 1 64 1F 3B 64 22
Octal 257 255 0 0 1 144 37 73 144 42
Binary 10101111 10101101 0 0 1 1100100 11111 111011 1100100 100010

Color Harmonies of #AFAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD00

Black with #AFAD00

Text Example


Text Example

White with #AFAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD00; }

 p { color: rgb(175,173,0); }

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

background-color css

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

 a { background-color: rgb(175,173,0); }

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

border-color css

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

 span { border-color: rgb(175,173,0); }

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