Html Css Color HEX #ADAF14 Citrus

📋 copy color: '#ADAF14'

red 173 ◦ green 175 ◦ blue 20

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

Shades of Citrus #ADAF14

Tints of Citrus #ADAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.43%

R = 47.01%
G = 47.55%
B = 5.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#ADAF14 (or 0xADAF14) is known color: Citrus. HEX triplet: AD, AF and 14. RGB value is (173,175,20). Sum of RGB (Red+Green+Blue) = 173+175+20=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF14 is #5250EB. Grayscale: #9D9D9D. Windows color (decimal): -5394668 or 1355693. OLE color: 1355693.

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

Color convert

RGB 173 175 20 -
CMYK 0.01 0 0.89 0.31
HSL 60.77º 0.79% 0.38% -
HSV(B) 60.77º 0.89% 0.69% -
XYZ 32.69 39.59 6.58 -
YUV 156.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 173 175 20 0.01 0 0.89 0.31 60.77 0.79 0.38
Hex AD AF 14 1 0 59 1F 3D 4F 26
Octal 255 257 24 1 0 131 37 75 117 46
Binary 10101101 10101111 10100 1 0 1011001 11111 111101 1001111 100110

Color Harmonies of #ADAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF14

Black with #ADAF14

Text Example


Text Example

White with #ADAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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