Html Css Color HEX #A5E78A Feijoa

📋 copy color: '#A5E78A'

red 165 ◦ green 231 ◦ blue 138

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

Shades of Feijoa #A5E78A

Tints of Feijoa #A5E78A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.26%

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

R = 30.9%
G = 43.26%
B = 25.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#A5E78A (or 0xA5E78A) is known color: Feijoa. HEX triplet: A5, E7 and 8A. RGB value is (165,231,138). Sum of RGB (Red+Green+Blue) = 165+231+138=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E78A is #5A1875. Grayscale: #C8C8C8. Windows color (decimal): -5904502 or 9103269. OLE color: 9103269.

HSL color Cylindrical-coordinate representation of color #A5E78A: hue angle of 102.58º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E78A is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 231 138 -
CMYK 0.29 0 0.40 0.09
HSL 102.58º 0.66% 0.72% -
HSV(B) 102.58º 0.4% 0.91% -
XYZ 48.68 66.99 34.41 -
YUV 200.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 165 231 138 0.29 0 0.40 0.09 102.58 0.66 0.72
Hex A5 E7 8A 1D 0 28 9 67 42 48
Octal 245 347 212 35 0 50 11 147 102 110
Binary 10100101 11100111 10001010 11101 0 101000 1001 1100111 1000010 1001000

Color Harmonies of #A5E78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E78A

Black with #A5E78A

Text Example


Text Example

White with #A5E78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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