Html Css Color HEX #A8DF7B Feijoa

📋 copy color: '#A8DF7B'

red 168 ◦ green 223 ◦ blue 123

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

Shades of Feijoa #A8DF7B

Tints of Feijoa #A8DF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 32.68%
G = 43.39%
B = 23.93%

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

#A8DF7B (or 0xA8DF7B) is known color: Feijoa. HEX triplet: A8, DF and 7B. RGB value is (168,223,123). Sum of RGB (Red+Green+Blue) = 168+223+123=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF7B is #572084. Grayscale: #C3C3C3. Windows color (decimal): -5709957 or 8118184. OLE color: 8118184.

HSL color Cylindrical-coordinate representation of color #A8DF7B: hue angle of 93º 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 #A8DF7B is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 123 -
CMYK 0.25 0 0.45 0.13
HSL 93º 0.61% 0.68% -
HSV(B) 93º 0.45% 0.87% -
XYZ 46.11 62.53 28.38 -
YUV 195.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 168 223 123 0.25 0 0.45 0.13 93 0.61 0.68
Hex A8 DF 7B 19 0 2D D 5D 3D 44
Octal 250 337 173 31 0 55 15 135 75 104
Binary 10101000 11011111 1111011 11001 0 101101 1101 1011101 111101 1000100

Color Harmonies of #A8DF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF7B

Black with #A8DF7B

Text Example


Text Example

White with #A8DF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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