Html Css Color HEX #ADAF11 Citrus

📋 copy color: '#ADAF11'

red 173 ◦ green 175 ◦ blue 17

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

Shades of Citrus #ADAF11

Tints of Citrus #ADAF11

RGB

 RED value IS 173 (67.97% from 255) = 47.4%

 GREEN value IS 175 (68.75% from 255) = 47.95%

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 47.4%
G = 47.95%
B = 4.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#ADAF11 (or 0xADAF11) is known color: Citrus. HEX triplet: AD, AF and 11. RGB value is (173,175,17). Sum of RGB (Red+Green+Blue) = 173+175+17=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF11 is #5250EE. Grayscale: #9D9D9D. Windows color (decimal): -5394671 or 1159085. OLE color: 1159085.

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

Color convert

RGB 173 175 17 -
CMYK 0.01 0 0.90 0.31
HSL 60.76º 0.82% 0.38% -
HSV(B) 60.76º 0.9% 0.69% -
XYZ 32.66 39.58 6.45 -
YUV 156.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 173 175 17 0.01 0 0.90 0.31 60.76 0.82 0.38
Hex AD AF 11 1 0 5A 1F 3D 52 26
Octal 255 257 21 1 0 132 37 75 122 46
Binary 10101101 10101111 10001 1 0 1011010 11111 111101 1010010 100110

Color Harmonies of #ADAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF11

Black with #ADAF11

Text Example


Text Example

White with #ADAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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