Html Css Color HEX #A1BE0A Citrus

📋 copy color: '#A1BE0A'

red 161 ◦ green 190 ◦ blue 10

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

Shades of Citrus #A1BE0A

Tints of Citrus #A1BE0A

RGB

 RED value IS 161 (63.28% from 255) = 44.6%

 GREEN value IS 190 (74.61% from 255) = 52.63%

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

R = 44.6%
G = 52.63%
B = 2.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#A1BE0A (or 0xA1BE0A) is known color: Citrus. HEX triplet: A1, BE and 0A. RGB value is (161,190,10). Sum of RGB (Red+Green+Blue) = 161+190+10=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE0A is #5E41F5. Grayscale: #A1A1A1. Windows color (decimal): -6177270 or 704161. OLE color: 704161.

HSL color Cylindrical-coordinate representation of color #A1BE0A: hue angle of 69.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1BE0A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 10 -
CMYK 0.15 0 0.95 0.25
HSL 69.67º 0.9% 0.39% -
HSV(B) 69.67º 0.95% 0.75% -
XYZ 33.17 44.43 7.11 -
YUV 160.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 161 190 10 0.15 0 0.95 0.25 69.67 0.9 0.39
Hex A1 BE A F 0 5F 19 46 5A 27
Octal 241 276 12 17 0 137 31 106 132 47
Binary 10100001 10111110 1010 1111 0 1011111 11001 1000110 1011010 100111

Color Harmonies of #A1BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE0A

Black with #A1BE0A

Text Example


Text Example

White with #A1BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE0A; }

 p { color: rgb(161,190,10); }

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

background-color css

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

 a { background-color: rgb(161,190,10); }

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

border-color css

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

 span { border-color: rgb(161,190,10); }

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