Html Css Color HEX #A8DF7F Feijoa

📋 copy color: '#A8DF7F'

red 168 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #A8DF7F

Tints of Feijoa #A8DF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.52%

R = 32.43%
G = 43.05%
B = 24.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A8DF7F (or 0xA8DF7F) is known color: Feijoa. HEX triplet: A8, DF and 7F. RGB value is (168,223,127). Sum of RGB (Red+Green+Blue) = 168+223+127=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF7F is #572080. Grayscale: #C3C3C3. Windows color (decimal): -5709953 or 8380328. OLE color: 8380328.

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

Color convert

RGB 168 223 127 -
CMYK 0.25 0 0.43 0.13
HSL 94.38º 0.6% 0.69% -
HSV(B) 94.38º 0.43% 0.87% -
XYZ 46.37 62.63 29.72 -
YUV 195.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 168 223 127 0.25 0 0.43 0.13 94.38 0.6 0.69
Hex A8 DF 7F 19 0 2B D 5E 3C 45
Octal 250 337 177 31 0 53 15 136 74 105
Binary 10101000 11011111 1111111 11001 0 101011 1101 1011110 111100 1000101

Color Harmonies of #A8DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF7F

Black with #A8DF7F

Text Example


Text Example

White with #A8DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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