Html Css Color HEX #A8D285 Feijoa

📋 copy color: '#A8D285'

red 168 ◦ green 210 ◦ blue 133

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

Shades of Feijoa #A8D285

Tints of Feijoa #A8D285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 32.88%
G = 41.1%
B = 26.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#A8D285 (or 0xA8D285) is known color: Feijoa. HEX triplet: A8, D2 and 85. RGB value is (168,210,133). Sum of RGB (Red+Green+Blue) = 168+210+133=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D285 is #572D7A. Grayscale: #BCBCBC. Windows color (decimal): -5713275 or 8770216. OLE color: 8770216.

HSL color Cylindrical-coordinate representation of color #A8D285: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8D285 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 133 -
CMYK 0.2 0 0.37 0.18
HSL 92.73º 0.46% 0.67% -
HSV(B) 92.73º 0.37% 0.82% -
XYZ 43.43 56.11 30.73 -
YUV 188.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 168 210 133 0.2 0 0.37 0.18 92.73 0.46 0.67
Hex A8 D2 85 14 0 25 12 5D 2E 43
Octal 250 322 205 24 0 45 22 135 56 103
Binary 10101000 11010010 10000101 10100 0 100101 10010 1011101 101110 1000011

Color Harmonies of #A8D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D285

Black with #A8D285

Text Example


Text Example

White with #A8D285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D285; }

 p { color: rgb(168,210,133); }

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

background-color css

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

 a { background-color: rgb(168,210,133); }

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

border-color css

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

 span { border-color: rgb(168,210,133); }

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