Html Css Color HEX #A8F06B Feijoa

📋 copy color: '#A8F06B'

red 168 ◦ green 240 ◦ blue 107

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

Shades of Feijoa #A8F06B

Tints of Feijoa #A8F06B

RGB

 RED value IS 168 (66.02% from 255) = 32.62%

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

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

R = 32.62%
G = 46.6%
B = 20.78%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A8F06B (or 0xA8F06B) is known color: Feijoa. HEX triplet: A8, F0 and 6B. RGB value is (168,240,107). Sum of RGB (Red+Green+Blue) = 168+240+107=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F06B is #570F94. Grayscale: #CBCBCB. Windows color (decimal): -5705621 or 7073960. OLE color: 7073960.

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

Color convert

RGB 168 240 107 -
CMYK 0.3 0 0.55 0.06
HSL 92.48º 0.82% 0.68% -
HSV(B) 92.48º 0.55% 0.94% -
XYZ 49.96 71.71 25.12 -
YUV 203.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 168 240 107 0.3 0 0.55 0.06 92.48 0.82 0.68
Hex A8 F0 6B 1E 0 37 6 5C 52 44
Octal 250 360 153 36 0 67 6 134 122 104
Binary 10101000 11110000 1101011 11110 0 110111 110 1011100 1010010 1000100

Color Harmonies of #A8F06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F06B

Black with #A8F06B

Text Example


Text Example

White with #A8F06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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