Html Css Color HEX #A1EF6B Feijoa

📋 copy color: '#A1EF6B'

red 161 ◦ green 239 ◦ blue 107

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

Shades of Feijoa #A1EF6B

Tints of Feijoa #A1EF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.14%

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 31.76%
G = 47.14%
B = 21.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A1EF6B (or 0xA1EF6B) is known color: Feijoa. HEX triplet: A1, EF and 6B. RGB value is (161,239,107). Sum of RGB (Red+Green+Blue) = 161+239+107=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF6B is #5E1094. Grayscale: #C9C9C9. Windows color (decimal): -6164629 or 7073697. OLE color: 7073697.

HSL color Cylindrical-coordinate representation of color #A1EF6B: hue angle of 95.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1EF6B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 107 -
CMYK 0.33 0 0.55 0.06
HSL 95.45º 0.8% 0.68% -
HSV(B) 95.45º 0.55% 0.94% -
XYZ 48.22 70.37 24.95 -
YUV 200.63 75.16 99.73 -
System Red Green Blue C M Y K H S L
Decimal 161 239 107 0.33 0 0.55 0.06 95.45 0.8 0.68
Hex A1 EF 6B 21 0 37 6 5F 50 44
Octal 241 357 153 41 0 67 6 137 120 104
Binary 10100001 11101111 1101011 100001 0 110111 110 1011111 1010000 1000100

Color Harmonies of #A1EF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EF6B

Black with #A1EF6B

Text Example


Text Example

White with #A1EF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EF6B; }

 p { color: rgb(161,239,107); }

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

background-color css

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

 a { background-color: rgb(161,239,107); }

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

border-color css

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

 span { border-color: rgb(161,239,107); }

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