Html Css Color HEX #ADAF08 Citrus

📋 copy color: '#ADAF08'

red 173 ◦ green 175 ◦ blue 8

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

Shades of Citrus #ADAF08

Tints of Citrus #ADAF08

RGB

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

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

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

R = 48.6%
G = 49.16%
B = 2.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#ADAF08 (or 0xADAF08) is known color: Citrus. HEX triplet: AD, AF and 08. RGB value is (173,175,8). Sum of RGB (Red+Green+Blue) = 173+175+8=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF08 is #5250F7. Grayscale: #9C9C9C. Windows color (decimal): -5394680 or 569261. OLE color: 569261.

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

Color convert

RGB 173 175 8 -
CMYK 0.01 0 0.95 0.31
HSL 60.72º 0.91% 0.36% -
HSV(B) 60.72º 0.95% 0.69% -
XYZ 32.61 39.56 6.15 -
YUV 155.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 173 175 8 0.01 0 0.95 0.31 60.72 0.91 0.36
Hex AD AF 8 1 0 5F 1F 3D 5B 24
Octal 255 257 10 1 0 137 37 75 133 44
Binary 10101101 10101111 1000 1 0 1011111 11111 111101 1011011 100100

Color Harmonies of #ADAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF08

Black with #ADAF08

Text Example


Text Example

White with #ADAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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