Html Css Color HEX #A5CE8A Feijoa

📋 copy color: '#A5CE8A'

red 165 ◦ green 206 ◦ blue 138

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

Shades of Feijoa #A5CE8A

Tints of Feijoa #A5CE8A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 32.42%
G = 40.47%
B = 27.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#A5CE8A (or 0xA5CE8A) is known color: Feijoa. HEX triplet: A5, CE and 8A. RGB value is (165,206,138). Sum of RGB (Red+Green+Blue) = 165+206+138=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE8A is #5A3175. Grayscale: #BABABA. Windows color (decimal): -5910902 or 9096869. OLE color: 9096869.

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

Color convert

RGB 165 206 138 -
CMYK 0.20 0 0.33 0.19
HSL 96.18º 0.41% 0.67% -
HSV(B) 96.18º 0.33% 0.81% -
XYZ 42.18 53.98 32.24 -
YUV 185.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 165 206 138 0.20 0 0.33 0.19 96.18 0.41 0.67
Hex A5 CE 8A 14 0 21 13 60 29 43
Octal 245 316 212 24 0 41 23 140 51 103
Binary 10100101 11001110 10001010 10100 0 100001 10011 1100000 101001 1000011

Color Harmonies of #A5CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE8A

Black with #A5CE8A

Text Example


Text Example

White with #A5CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE8A; }

 p { color: rgb(165,206,138); }

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

background-color css

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

 a { background-color: rgb(165,206,138); }

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

border-color css

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

 span { border-color: rgb(165,206,138); }

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