Html Css Color HEX #ADC001 Citrus

📋 copy color: '#ADC001'

red 173 ◦ green 192 ◦ blue 1

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

Shades of Citrus #ADC001

Tints of Citrus #ADC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

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

R = 47.27%
G = 52.46%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#ADC001 (or 0xADC001) is known color: Citrus. HEX triplet: AD, C0 and 01. RGB value is (173,192,1). Sum of RGB (Red+Green+Blue) = 173+192+1=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC001 is #523FFE. Grayscale: #A5A5A5. Windows color (decimal): -5390335 or 114861. OLE color: 114861.

HSL color Cylindrical-coordinate representation of color #ADC001: hue angle of 65.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADC001 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 1 -
CMYK 0.10 0 0.99 0.25
HSL 65.97º 0.99% 0.38% -
HSV(B) 65.97º 0.99% 0.75% -
XYZ 36.09 46.59 7.12 -
YUV 164.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 173 192 1 0.10 0 0.99 0.25 65.97 0.99 0.38
Hex AD C0 1 A 0 63 19 42 63 26
Octal 255 300 1 12 0 143 31 102 143 46
Binary 10101101 11000000 1 1010 0 1100011 11001 1000010 1100011 100110

Color Harmonies of #ADC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC001

Black with #ADC001

Text Example


Text Example

White with #ADC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC001; }

 p { color: rgb(173,192,1); }

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

background-color css

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

 a { background-color: rgb(173,192,1); }

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

border-color css

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

 span { border-color: rgb(173,192,1); }

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