Html Css Color HEX #A5CF86 Feijoa

📋 copy color: '#A5CF86'

red 165 ◦ green 207 ◦ blue 134

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

Shades of Feijoa #A5CF86

Tints of Feijoa #A5CF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 32.61%
G = 40.91%
B = 26.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#A5CF86 (or 0xA5CF86) is known color: Feijoa. HEX triplet: A5, CF and 86. RGB value is (165,207,134). Sum of RGB (Red+Green+Blue) = 165+207+134=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF86 is #5A3079. Grayscale: #BABABA. Windows color (decimal): -5910650 or 8834981. OLE color: 8834981.

HSL color Cylindrical-coordinate representation of color #A5CF86: hue angle of 94.52º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CF86 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 134 -
CMYK 0.20 0 0.35 0.19
HSL 94.52º 0.43% 0.67% -
HSV(B) 94.52º 0.35% 0.81% -
XYZ 42.13 54.35 30.82 -
YUV 186.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 165 207 134 0.20 0 0.35 0.19 94.52 0.43 0.67
Hex A5 CF 86 14 0 23 13 5F 2B 43
Octal 245 317 206 24 0 43 23 137 53 103
Binary 10100101 11001111 10000110 10100 0 100011 10011 1011111 101011 1000011

Color Harmonies of #A5CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF86

Black with #A5CF86

Text Example


Text Example

White with #A5CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF86; }

 p { color: rgb(165,207,134); }

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

background-color css

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

 a { background-color: rgb(165,207,134); }

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

border-color css

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

 span { border-color: rgb(165,207,134); }

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