Html Css Color HEX #ADC000 Citrus

📋 copy color: '#ADC000'

red 173 ◦ green 192 ◦ blue 0

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

Shades of Citrus #ADC000

Tints of Citrus #ADC000

RGB

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

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

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

R = 47.4%
G = 52.6%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#ADC000 (or 0xADC000) is known color: Citrus. HEX triplet: AD, C0 and 00. RGB value is (173,192,0). Sum of RGB (Red+Green+Blue) = 173+192+0=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC000 is #523FFF. Grayscale: #A5A5A5. Windows color (decimal): -5390336 or 49325. OLE color: 49325.

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

Color convert

RGB 173 192 0 -
CMYK 0.10 0 1 0.25
HSL 65.94º 1% 0.38% -
HSV(B) 65.94º 1% 0.75% -
XYZ 36.08 46.58 7.09 -
YUV 164.43 35.21 134.11 -
System Red Green Blue C M Y K H S L
Decimal 173 192 0 0.10 0 1 0.25 65.94 1 0.38
Hex AD C0 0 A 0 64 19 42 64 26
Octal 255 300 0 12 0 144 31 102 144 46
Binary 10101101 11000000 0 1010 0 1100100 11001 1000010 1100100 100110

Color Harmonies of #ADC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC000

Black with #ADC000

Text Example


Text Example

White with #ADC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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