Html Css Color HEX #A1BE2F Yellow Green

📋 copy color: '#A1BE2F'

red 161 ◦ green 190 ◦ blue 47

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

Shades of Yellow Green #A1BE2F

Tints of Yellow Green #A1BE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 40.45%
G = 47.74%
B = 11.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#A1BE2F (or 0xA1BE2F) is known color: Yellow Green. HEX triplet: A1, BE and 2F. RGB value is (161,190,47). Sum of RGB (Red+Green+Blue) = 161+190+47=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE2F is #5E41D0. Grayscale: #A5A5A5. Windows color (decimal): -6177233 or 3128993. OLE color: 3128993.

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

Color convert

RGB 161 190 47 -
CMYK 0.15 0 0.75 0.25
HSL 72.17º 0.6% 0.46% -
HSV(B) 72.17º 0.75% 0.75% -
XYZ 33.62 44.61 9.53 -
YUV 165.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 161 190 47 0.15 0 0.75 0.25 72.17 0.6 0.46
Hex A1 BE 2F F 0 4B 19 48 3C 2E
Octal 241 276 57 17 0 113 31 110 74 56
Binary 10100001 10111110 101111 1111 0 1001011 11001 1001000 111100 101110

Color Harmonies of #A1BE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE2F

Black with #A1BE2F

Text Example


Text Example

White with #A1BE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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