Html Css Color HEX #A8F36D Feijoa

📋 copy color: '#A8F36D'

red 168 ◦ green 243 ◦ blue 109

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

Shades of Feijoa #A8F36D

Tints of Feijoa #A8F36D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 32.31%
G = 46.73%
B = 20.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A8F36D (or 0xA8F36D) is known color: Feijoa. HEX triplet: A8, F3 and 6D. RGB value is (168,243,109). Sum of RGB (Red+Green+Blue) = 168+243+109=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F36D is #570C92. Grayscale: #CDCDCD. Windows color (decimal): -5704851 or 7205800. OLE color: 7205800.

HSL color Cylindrical-coordinate representation of color #A8F36D: hue angle of 93.58º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F36D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 109 -
CMYK 0.31 0 0.55 0.05
HSL 93.58º 0.85% 0.69% -
HSV(B) 93.58º 0.55% 0.95% -
XYZ 50.96 73.53 25.97 -
YUV 205.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 168 243 109 0.31 0 0.55 0.05 93.58 0.85 0.69
Hex A8 F3 6D 1F 0 37 5 5E 55 45
Octal 250 363 155 37 0 67 5 136 125 105
Binary 10101000 11110011 1101101 11111 0 110111 101 1011110 1010101 1000101

Color Harmonies of #A8F36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F36D

Black with #A8F36D

Text Example


Text Example

White with #A8F36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F36D; }

 p { color: rgb(168,243,109); }

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

background-color css

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

 a { background-color: rgb(168,243,109); }

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

border-color css

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

 span { border-color: rgb(168,243,109); }

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