Html Css Color HEX #A0AE1B Citrus

📋 copy color: '#A0AE1B'

red 160 ◦ green 174 ◦ blue 27

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

Shades of Citrus #A0AE1B

Tints of Citrus #A0AE1B

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

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

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 44.32%
G = 48.2%
B = 7.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#A0AE1B (or 0xA0AE1B) is known color: Citrus. HEX triplet: A0, AE and 1B. RGB value is (160,174,27). Sum of RGB (Red+Green+Blue) = 160+174+27=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE1B is #5F51E4. Grayscale: #999999. Windows color (decimal): -6246885 or 1814176. OLE color: 1814176.

HSL color Cylindrical-coordinate representation of color #A0AE1B: hue angle of 65.71º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0AE1B is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 174 27 -
CMYK 0.08 0 0.84 0.32
HSL 65.71º 0.73% 0.39% -
HSV(B) 65.71º 0.84% 0.68% -
XYZ 29.83 37.82 6.77 -
YUV 153.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 160 174 27 0.08 0 0.84 0.32 65.71 0.73 0.39
Hex A0 AE 1B 8 0 54 20 42 49 27
Octal 240 256 33 10 0 124 40 102 111 47
Binary 10100000 10101110 11011 1000 0 1010100 100000 1000010 1001001 100111

Color Harmonies of #A0AE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE1B

Black with #A0AE1B

Text Example


Text Example

White with #A0AE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE1B; }

 p { color: rgb(160,174,27); }

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

background-color css

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

 a { background-color: rgb(160,174,27); }

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

border-color css

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

 span { border-color: rgb(160,174,27); }

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