Html Css Color HEX #ADAE03 Citrus

📋 copy color: '#ADAE03'

red 173 ◦ green 174 ◦ blue 3

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

Shades of Citrus #ADAE03

Tints of Citrus #ADAE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 49.43%
G = 49.71%
B = 0.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADAE03 (or 0xADAE03) is known color: Citrus. HEX triplet: AD, AE and 03. RGB value is (173,174,3). Sum of RGB (Red+Green+Blue) = 173+174+3=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE03 is #5251FC. Grayscale: #9A9A9A. Windows color (decimal): -5394941 or 241325. OLE color: 241325.

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

Color convert

RGB 173 174 3 -
CMYK 0.01 0 0.98 0.32
HSL 60.35º 0.97% 0.35% -
HSV(B) 60.35º 0.98% 0.68% -
XYZ 32.39 39.16 5.94 -
YUV 154.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 173 174 3 0.01 0 0.98 0.32 60.35 0.97 0.35
Hex AD AE 3 1 0 62 20 3C 61 23
Octal 255 256 3 1 0 142 40 74 141 43
Binary 10101101 10101110 11 1 0 1100010 100000 111100 1100001 100011

Color Harmonies of #ADAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE03

Black with #ADAE03

Text Example


Text Example

White with #ADAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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