Html Css Color HEX #A5E985 Feijoa

📋 copy color: '#A5E985'

red 165 ◦ green 233 ◦ blue 133

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

Shades of Feijoa #A5E985

Tints of Feijoa #A5E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.88%

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 31.07%
G = 43.88%
B = 25.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#A5E985 (or 0xA5E985) is known color: Feijoa. HEX triplet: A5, E9 and 85. RGB value is (165,233,133). Sum of RGB (Red+Green+Blue) = 165+233+133=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E985 is #5A167A. Grayscale: #C9C9C9. Windows color (decimal): -5903995 or 8776101. OLE color: 8776101.

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

Color convert

RGB 165 233 133 -
CMYK 0.29 0 0.43 0.09
HSL 100.8º 0.69% 0.72% -
HSV(B) 100.8º 0.43% 0.91% -
XYZ 48.89 67.97 32.73 -
YUV 201.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 165 233 133 0.29 0 0.43 0.09 100.8 0.69 0.72
Hex A5 E9 85 1D 0 2B 9 65 45 48
Octal 245 351 205 35 0 53 11 145 105 110
Binary 10100101 11101001 10000101 11101 0 101011 1001 1100101 1000101 1001000

Color Harmonies of #A5E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E985

Black with #A5E985

Text Example


Text Example

White with #A5E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E985; }

 p { color: rgb(165,233,133); }

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

background-color css

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

 a { background-color: rgb(165,233,133); }

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

border-color css

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

 span { border-color: rgb(165,233,133); }

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