Html Css Color HEX #A1B70E Citrus

📋 copy color: '#A1B70E'

red 161 ◦ green 183 ◦ blue 14

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

Shades of Citrus #A1B70E

Tints of Citrus #A1B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.12%

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 44.97%
G = 51.12%
B = 3.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#A1B70E (or 0xA1B70E) is known color: Citrus. HEX triplet: A1, B7 and 0E. RGB value is (161,183,14). Sum of RGB (Red+Green+Blue) = 161+183+14=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B70E is #5E48F1. Grayscale: #9D9D9D. Windows color (decimal): -6179058 or 964513. OLE color: 964513.

HSL color Cylindrical-coordinate representation of color #A1B70E: hue angle of 67.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1B70E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 14 -
CMYK 0.12 0 0.92 0.28
HSL 67.81º 0.86% 0.39% -
HSV(B) 67.81º 0.92% 0.72% -
XYZ 31.71 41.48 6.75 -
YUV 157.16 47.21 130.74 -
System Red Green Blue C M Y K H S L
Decimal 161 183 14 0.12 0 0.92 0.28 67.81 0.86 0.39
Hex A1 B7 E C 0 5C 1C 44 56 27
Octal 241 267 16 14 0 134 34 104 126 47
Binary 10100001 10110111 1110 1100 0 1011100 11100 1000100 1010110 100111

Color Harmonies of #A1B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B70E

Black with #A1B70E

Text Example


Text Example

White with #A1B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B70E; }

 p { color: rgb(161,183,14); }

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

background-color css

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

 a { background-color: rgb(161,183,14); }

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

border-color css

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

 span { border-color: rgb(161,183,14); }

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