Html Css Color HEX #A5F078 Feijoa

📋 copy color: '#A5F078'

red 165 ◦ green 240 ◦ blue 120

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

Shades of Feijoa #A5F078

Tints of Feijoa #A5F078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 120 (47.27% from 255) = 22.86%

R = 31.43%
G = 45.71%
B = 22.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#A5F078 (or 0xA5F078) is known color: Feijoa. HEX triplet: A5, F0 and 78. RGB value is (165,240,120). Sum of RGB (Red+Green+Blue) = 165+240+120=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F078 is #5A0F87. Grayscale: #CCCCCC. Windows color (decimal): -5902216 or 7925925. OLE color: 7925925.

HSL color Cylindrical-coordinate representation of color #A5F078: hue angle of 97.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F078 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 120 -
CMYK 0.31 0 0.5 0.06
HSL 97.5º 0.8% 0.71% -
HSV(B) 97.5º 0.5% 0.94% -
XYZ 50.07 71.68 28.97 -
YUV 203.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 165 240 120 0.31 0 0.5 0.06 97.5 0.8 0.71
Hex A5 F0 78 1F 0 32 6 62 50 47
Octal 245 360 170 37 0 62 6 142 120 107
Binary 10100101 11110000 1111000 11111 0 110010 110 1100010 1010000 1000111

Color Harmonies of #A5F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F078

Black with #A5F078

Text Example


Text Example

White with #A5F078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F078; }

 p { color: rgb(165,240,120); }

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

background-color css

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

 a { background-color: rgb(165,240,120); }

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

border-color css

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

 span { border-color: rgb(165,240,120); }

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