Html Css Color HEX #ADAF0A Citrus

📋 copy color: '#ADAF0A'

red 173 ◦ green 175 ◦ blue 10

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

Shades of Citrus #ADAF0A

Tints of Citrus #ADAF0A

RGB

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

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

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

R = 48.32%
G = 48.88%
B = 2.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#ADAF0A (or 0xADAF0A) is known color: Citrus. HEX triplet: AD, AF and 0A. RGB value is (173,175,10). Sum of RGB (Red+Green+Blue) = 173+175+10=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF0A is #5250F5. Grayscale: #9C9C9C. Windows color (decimal): -5394678 or 700333. OLE color: 700333.

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

Color convert

RGB 173 175 10 -
CMYK 0.01 0 0.94 0.31
HSL 60.73º 0.89% 0.36% -
HSV(B) 60.73º 0.94% 0.69% -
XYZ 32.62 39.57 6.21 -
YUV 155.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 173 175 10 0.01 0 0.94 0.31 60.73 0.89 0.36
Hex AD AF A 1 0 5E 1F 3D 59 24
Octal 255 257 12 1 0 136 37 75 131 44
Binary 10101101 10101111 1010 1 0 1011110 11111 111101 1011001 100100

Color Harmonies of #ADAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF0A

Black with #ADAF0A

Text Example


Text Example

White with #ADAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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