Html Css Color HEX #A5D68A Feijoa

📋 copy color: '#A5D68A'

red 165 ◦ green 214 ◦ blue 138

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

Shades of Feijoa #A5D68A

Tints of Feijoa #A5D68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.39%

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

R = 31.91%
G = 41.39%
B = 26.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#A5D68A (or 0xA5D68A) is known color: Feijoa. HEX triplet: A5, D6 and 8A. RGB value is (165,214,138). Sum of RGB (Red+Green+Blue) = 165+214+138=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D68A is #5A2975. Grayscale: #BEBEBE. Windows color (decimal): -5908854 or 9098917. OLE color: 9098917.

HSL color Cylindrical-coordinate representation of color #A5D68A: hue angle of 98.68º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5D68A is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 138 -
CMYK 0.23 0 0.36 0.16
HSL 98.68º 0.48% 0.69% -
HSV(B) 98.68º 0.36% 0.84% -
XYZ 44.15 57.93 32.9 -
YUV 190.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 165 214 138 0.23 0 0.36 0.16 98.68 0.48 0.69
Hex A5 D6 8A 17 0 24 10 63 30 45
Octal 245 326 212 27 0 44 20 143 60 105
Binary 10100101 11010110 10001010 10111 0 100100 10000 1100011 110000 1000101

Color Harmonies of #A5D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D68A

Black with #A5D68A

Text Example


Text Example

White with #A5D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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