Html Css Color HEX #A4F06B Feijoa

📋 copy color: '#A4F06B'

red 164 ◦ green 240 ◦ blue 107

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

Shades of Feijoa #A4F06B

Tints of Feijoa #A4F06B

RGB

 RED value IS 164 (64.45% from 255) = 32.09%

 GREEN value IS 240 (94.14% from 255) = 46.97%

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

R = 32.09%
G = 46.97%
B = 20.94%

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

#A4F06B (or 0xA4F06B) is known color: Feijoa. HEX triplet: A4, F0 and 6B. RGB value is (164,240,107). Sum of RGB (Red+Green+Blue) = 164+240+107=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F06B is #5B0F94. Grayscale: #CACACA. Windows color (decimal): -5967765 or 7073956. OLE color: 7073956.

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

Color convert

RGB 164 240 107 -
CMYK 0.32 0 0.55 0.06
HSL 94.29º 0.82% 0.68% -
HSV(B) 94.29º 0.55% 0.94% -
XYZ 49.12 71.27 25.08 -
YUV 202.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 164 240 107 0.32 0 0.55 0.06 94.29 0.82 0.68
Hex A4 F0 6B 20 0 37 6 5E 52 44
Octal 244 360 153 40 0 67 6 136 122 104
Binary 10100100 11110000 1101011 100000 0 110111 110 1011110 1010010 1000100

Color Harmonies of #A4F06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F06B

Black with #A4F06B

Text Example


Text Example

White with #A4F06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F06B; }

 p { color: rgb(164,240,107); }

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

background-color css

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

 a { background-color: rgb(164,240,107); }

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

border-color css

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

 span { border-color: rgb(164,240,107); }

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