Html Css Color HEX #A8CD85 Feijoa

📋 copy color: '#A8CD85'

red 168 ◦ green 205 ◦ blue 133

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

Shades of Feijoa #A8CD85

Tints of Feijoa #A8CD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

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

R = 33.2%
G = 40.51%
B = 26.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#A8CD85 (or 0xA8CD85) is known color: Feijoa. HEX triplet: A8, CD and 85. RGB value is (168,205,133). Sum of RGB (Red+Green+Blue) = 168+205+133=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD85 is #57327A. Grayscale: #B9B9B9. Windows color (decimal): -5714555 or 8768936. OLE color: 8768936.

HSL color Cylindrical-coordinate representation of color #A8CD85: hue angle of 90.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8CD85 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 133 -
CMYK 0.18 0 0.35 0.20
HSL 90.83º 0.42% 0.66% -
HSV(B) 90.83º 0.35% 0.8% -
XYZ 42.21 53.68 30.33 -
YUV 185.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 168 205 133 0.18 0 0.35 0.20 90.83 0.42 0.66
Hex A8 CD 85 12 0 23 14 5B 2A 42
Octal 250 315 205 22 0 43 24 133 52 102
Binary 10101000 11001101 10000101 10010 0 100011 10100 1011011 101010 1000010

Color Harmonies of #A8CD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD85

Black with #A8CD85

Text Example


Text Example

White with #A8CD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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