Html Css Color HEX #A2EF6C Feijoa

📋 copy color: '#A2EF6C'

red 162 ◦ green 239 ◦ blue 108

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

Shades of Feijoa #A2EF6C

Tints of Feijoa #A2EF6C

RGB

 RED value IS 162 (63.67% from 255) = 31.83%

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 31.83%
G = 46.95%
B = 21.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A2EF6C (or 0xA2EF6C) is known color: Feijoa. HEX triplet: A2, EF and 6C. RGB value is (162,239,108). Sum of RGB (Red+Green+Blue) = 162+239+108=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF6C is #5D1093. Grayscale: #C9C9C9. Windows color (decimal): -6099092 or 7139234. OLE color: 7139234.

HSL color Cylindrical-coordinate representation of color #A2EF6C: hue angle of 95.27º 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 #A2EF6C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 108 -
CMYK 0.32 0 0.55 0.06
HSL 95.27º 0.8% 0.68% -
HSV(B) 95.27º 0.55% 0.94% -
XYZ 48.47 70.5 25.24 -
YUV 201.04 75.49 100.15 -
System Red Green Blue C M Y K H S L
Decimal 162 239 108 0.32 0 0.55 0.06 95.27 0.8 0.68
Hex A2 EF 6C 20 0 37 6 5F 50 44
Octal 242 357 154 40 0 67 6 137 120 104
Binary 10100010 11101111 1101100 100000 0 110111 110 1011111 1010000 1000100

Color Harmonies of #A2EF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EF6C

Black with #A2EF6C

Text Example


Text Example

White with #A2EF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EF6C; }

 p { color: rgb(162,239,108); }

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

background-color css

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

 a { background-color: rgb(162,239,108); }

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

border-color css

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

 span { border-color: rgb(162,239,108); }

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