Html Css Color HEX #A5CC88 Feijoa

📋 copy color: '#A5CC88'

red 165 ◦ green 204 ◦ blue 136

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

Shades of Feijoa #A5CC88

Tints of Feijoa #A5CC88

RGB

 RED value IS 165 (64.84% from 255) = 32.67%

 GREEN value IS 204 (80.08% from 255) = 40.4%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 32.67%
G = 40.4%
B = 26.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#A5CC88 (or 0xA5CC88) is known color: Feijoa. HEX triplet: A5, CC and 88. RGB value is (165,204,136). Sum of RGB (Red+Green+Blue) = 165+204+136=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC88 is #5A3377. Grayscale: #B8B8B8. Windows color (decimal): -5911416 or 8965285. OLE color: 8965285.

HSL color Cylindrical-coordinate representation of color #A5CC88: hue angle of 94.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5CC88 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 136 -
CMYK 0.19 0 0.33 0.2
HSL 94.41º 0.4% 0.67% -
HSV(B) 94.41º 0.33% 0.8% -
XYZ 41.55 52.96 31.33 -
YUV 184.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 165 204 136 0.19 0 0.33 0.2 94.41 0.4 0.67
Hex A5 CC 88 13 0 21 14 5E 28 43
Octal 245 314 210 23 0 41 24 136 50 103
Binary 10100101 11001100 10001000 10011 0 100001 10100 1011110 101000 1000011

Color Harmonies of #A5CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC88

Black with #A5CC88

Text Example


Text Example

White with #A5CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC88; }

 p { color: rgb(165,204,136); }

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

background-color css

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

 a { background-color: rgb(165,204,136); }

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

border-color css

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

 span { border-color: rgb(165,204,136); }

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