Html Css Color HEX #A8DF7A Feijoa

📋 copy color: '#A8DF7A'

red 168 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #A8DF7A

Tints of Feijoa #A8DF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 32.75%
G = 43.47%
B = 23.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#A8DF7A (or 0xA8DF7A) is known color: Feijoa. HEX triplet: A8, DF and 7A. RGB value is (168,223,122). Sum of RGB (Red+Green+Blue) = 168+223+122=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF7A is #572085. Grayscale: #C3C3C3. Windows color (decimal): -5709958 or 8052648. OLE color: 8052648.

HSL color Cylindrical-coordinate representation of color #A8DF7A: hue angle of 92.67º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8DF7A is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 122 -
CMYK 0.25 0 0.45 0.13
HSL 92.67º 0.61% 0.68% -
HSV(B) 92.67º 0.45% 0.87% -
XYZ 46.05 62.51 28.05 -
YUV 195.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 168 223 122 0.25 0 0.45 0.13 92.67 0.61 0.68
Hex A8 DF 7A 19 0 2D D 5D 3D 44
Octal 250 337 172 31 0 55 15 135 75 104
Binary 10101000 11011111 1111010 11001 0 101101 1101 1011101 111101 1000100

Color Harmonies of #A8DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF7A

Black with #A8DF7A

Text Example


Text Example

White with #A8DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF7A; }

 p { color: rgb(168,223,122); }

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

background-color css

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

 a { background-color: rgb(168,223,122); }

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

border-color css

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

 span { border-color: rgb(168,223,122); }

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