Html Css Color HEX #ADAF04 Citrus

📋 copy color: '#ADAF04'

red 173 ◦ green 175 ◦ blue 4

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

Shades of Citrus #ADAF04

Tints of Citrus #ADAF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.72%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 49.15%
G = 49.72%
B = 1.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#ADAF04 (or 0xADAF04) is known color: Citrus. HEX triplet: AD, AF and 04. RGB value is (173,175,4). Sum of RGB (Red+Green+Blue) = 173+175+4=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF04 is #5250FB. Grayscale: #9B9B9B. Windows color (decimal): -5394684 or 307117. OLE color: 307117.

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

Color convert

RGB 173 175 4 -
CMYK 0.01 0 0.98 0.31
HSL 60.7º 0.96% 0.35% -
HSV(B) 60.7º 0.98% 0.69% -
XYZ 32.59 39.55 6.03 -
YUV 154.91 42.84 140.9 -
System Red Green Blue C M Y K H S L
Decimal 173 175 4 0.01 0 0.98 0.31 60.7 0.96 0.35
Hex AD AF 4 1 0 62 1F 3D 60 23
Octal 255 257 4 1 0 142 37 75 140 43
Binary 10101101 10101111 100 1 0 1100010 11111 111101 1100000 100011

Color Harmonies of #ADAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF04

Black with #ADAF04

Text Example


Text Example

White with #ADAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF04; }

 p { color: rgb(173,175,4); }

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

background-color css

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

 a { background-color: rgb(173,175,4); }

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

border-color css

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

 span { border-color: rgb(173,175,4); }

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