Html Css Color HEX #A1EF6A Feijoa

📋 copy color: '#A1EF6A'

red 161 ◦ green 239 ◦ blue 106

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

Shades of Feijoa #A1EF6A

Tints of Feijoa #A1EF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 31.82%
G = 47.23%
B = 20.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#A1EF6A (or 0xA1EF6A) is known color: Feijoa. HEX triplet: A1, EF and 6A. RGB value is (161,239,106). Sum of RGB (Red+Green+Blue) = 161+239+106=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF6A is #5E1095. Grayscale: #C8C8C8. Windows color (decimal): -6164630 or 7008161. OLE color: 7008161.

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

Color convert

RGB 161 239 106 -
CMYK 0.33 0 0.56 0.06
HSL 95.19º 0.81% 0.68% -
HSV(B) 95.19º 0.56% 0.94% -
XYZ 48.17 70.35 24.68 -
YUV 200.52 74.66 99.81 -
System Red Green Blue C M Y K H S L
Decimal 161 239 106 0.33 0 0.56 0.06 95.19 0.81 0.68
Hex A1 EF 6A 21 0 38 6 5F 51 44
Octal 241 357 152 41 0 70 6 137 121 104
Binary 10100001 11101111 1101010 100001 0 111000 110 1011111 1010001 1000100

Color Harmonies of #A1EF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EF6A

Black with #A1EF6A

Text Example


Text Example

White with #A1EF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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