Html Css Color HEX #ADAE08 Citrus

📋 copy color: '#ADAE08'

red 173 ◦ green 174 ◦ blue 8

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

Shades of Citrus #ADAE08

Tints of Citrus #ADAE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 48.73%
G = 49.01%
B = 2.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADAE08 (or 0xADAE08) is known color: Citrus. HEX triplet: AD, AE and 08. RGB value is (173,174,8). Sum of RGB (Red+Green+Blue) = 173+174+8=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE08 is #5251F7. Grayscale: #9B9B9B. Windows color (decimal): -5394936 or 569005. OLE color: 569005.

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

Color convert

RGB 173 174 8 -
CMYK 0.01 0 0.95 0.32
HSL 60.36º 0.91% 0.36% -
HSV(B) 60.36º 0.95% 0.68% -
XYZ 32.41 39.17 6.08 -
YUV 154.78 45.17 141 -
System Red Green Blue C M Y K H S L
Decimal 173 174 8 0.01 0 0.95 0.32 60.36 0.91 0.36
Hex AD AE 8 1 0 5F 20 3C 5B 24
Octal 255 256 10 1 0 137 40 74 133 44
Binary 10101101 10101110 1000 1 0 1011111 100000 111100 1011011 100100

Color Harmonies of #ADAE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE08

Black with #ADAE08

Text Example


Text Example

White with #ADAE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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