Html Css Color HEX #ADAE0A Citrus

📋 copy color: '#ADAE0A'

red 173 ◦ green 174 ◦ blue 10

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

Shades of Citrus #ADAE0A

Tints of Citrus #ADAE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.74%

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 48.46%
G = 48.74%
B = 2.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADAE0A (or 0xADAE0A) is known color: Citrus. HEX triplet: AD, AE and 0A. RGB value is (173,174,10). Sum of RGB (Red+Green+Blue) = 173+174+10=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE0A is #5251F5. Grayscale: #9B9B9B. Windows color (decimal): -5394934 or 700077. OLE color: 700077.

HSL color Cylindrical-coordinate representation of color #ADAE0A: hue angle of 60.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAE0A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 10 -
CMYK 0.01 0 0.94 0.32
HSL 60.37º 0.89% 0.36% -
HSV(B) 60.37º 0.94% 0.68% -
XYZ 32.42 39.18 6.14 -
YUV 155.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 173 174 10 0.01 0 0.94 0.32 60.37 0.89 0.36
Hex AD AE A 1 0 5E 20 3C 59 24
Octal 255 256 12 1 0 136 40 74 131 44
Binary 10101101 10101110 1010 1 0 1011110 100000 111100 1011001 100100

Color Harmonies of #ADAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE0A

Black with #ADAE0A

Text Example


Text Example

White with #ADAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE0A; }

 p { color: rgb(173,174,10); }

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

background-color css

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

 a { background-color: rgb(173,174,10); }

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

border-color css

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

 span { border-color: rgb(173,174,10); }

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