Html Css Color HEX #A5F084 Feijoa

📋 copy color: '#A5F084'

red 165 ◦ green 240 ◦ blue 132

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

Shades of Feijoa #A5F084

Tints of Feijoa #A5F084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 30.73%
G = 44.69%
B = 24.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#A5F084 (or 0xA5F084) is known color: Feijoa. HEX triplet: A5, F0 and 84. RGB value is (165,240,132). Sum of RGB (Red+Green+Blue) = 165+240+132=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F084 is #5A0F7B. Grayscale: #CDCDCD. Windows color (decimal): -5902204 or 8712357. OLE color: 8712357.

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

Color convert

RGB 165 240 132 -
CMYK 0.31 0 0.45 0.06
HSL 101.67º 0.78% 0.73% -
HSV(B) 101.67º 0.45% 0.94% -
XYZ 50.84 71.99 33.04 -
YUV 205.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 165 240 132 0.31 0 0.45 0.06 101.67 0.78 0.73
Hex A5 F0 84 1F 0 2D 6 66 4E 49
Octal 245 360 204 37 0 55 6 146 116 111
Binary 10100101 11110000 10000100 11111 0 101101 110 1100110 1001110 1001001

Color Harmonies of #A5F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F084

Black with #A5F084

Text Example


Text Example

White with #A5F084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F084; }

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

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

background-color css

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

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

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

border-color css

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

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

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