Html Css Color HEX #A8EB7D Feijoa

📋 copy color: '#A8EB7D'

red 168 ◦ green 235 ◦ blue 125

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

Shades of Feijoa #A8EB7D

Tints of Feijoa #A8EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.51%

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 31.82%
G = 44.51%
B = 23.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#A8EB7D (or 0xA8EB7D) is known color: Feijoa. HEX triplet: A8, EB and 7D. RGB value is (168,235,125). Sum of RGB (Red+Green+Blue) = 168+235+125=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB7D is #571482. Grayscale: #CACACA. Windows color (decimal): -5706883 or 8252328. OLE color: 8252328.

HSL color Cylindrical-coordinate representation of color #A8EB7D: hue angle of 96.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8EB7D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 125 -
CMYK 0.29 0 0.47 0.08
HSL 96.55º 0.73% 0.71% -
HSV(B) 96.55º 0.47% 0.92% -
XYZ 49.56 69.22 30.15 -
YUV 202.43 84.3 103.44 -
System Red Green Blue C M Y K H S L
Decimal 168 235 125 0.29 0 0.47 0.08 96.55 0.73 0.71
Hex A8 EB 7D 1D 0 2F 8 61 49 47
Octal 250 353 175 35 0 57 10 141 111 107
Binary 10101000 11101011 1111101 11101 0 101111 1000 1100001 1001001 1000111

Color Harmonies of #A8EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB7D

Black with #A8EB7D

Text Example


Text Example

White with #A8EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB7D; }

 p { color: rgb(168,235,125); }

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

background-color css

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

 a { background-color: rgb(168,235,125); }

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

border-color css

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

 span { border-color: rgb(168,235,125); }

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