Html Css Color HEX #A8DE6B Feijoa

📋 copy color: '#A8DE6B'

red 168 ◦ green 222 ◦ blue 107

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

Shades of Feijoa #A8DE6B

Tints of Feijoa #A8DE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 33.8%
G = 44.67%
B = 21.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A8DE6B (or 0xA8DE6B) is known color: Feijoa. HEX triplet: A8, DE and 6B. RGB value is (168,222,107). Sum of RGB (Red+Green+Blue) = 168+222+107=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE6B is #572194. Grayscale: #C1C1C1. Windows color (decimal): -5710229 or 7069352. OLE color: 7069352.

HSL color Cylindrical-coordinate representation of color #A8DE6B: hue angle of 88.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8DE6B is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 107 -
CMYK 0.24 0 0.52 0.13
HSL 88.17º 0.64% 0.65% -
HSV(B) 88.17º 0.52% 0.87% -
XYZ 44.92 61.63 23.44 -
YUV 192.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 168 222 107 0.24 0 0.52 0.13 88.17 0.64 0.65
Hex A8 DE 6B 18 0 34 D 58 40 41
Octal 250 336 153 30 0 64 15 130 100 101
Binary 10101000 11011110 1101011 11000 0 110100 1101 1011000 1000000 1000001

Color Harmonies of #A8DE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DE6B

Black with #A8DE6B

Text Example


Text Example

White with #A8DE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DE6B; }

 p { color: rgb(168,222,107); }

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

background-color css

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

 a { background-color: rgb(168,222,107); }

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

border-color css

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

 span { border-color: rgb(168,222,107); }

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